Table of Contents

TABSTOPS property

Applies To

Combo box, edit box, list box.

Description

Returns or sets the number of pixels, from the origin, between tab stops in a control.

Usage

existingprop = Set_Property(objectname, "TABSTOPS", tabpixels)

tabpixels = Get_Property(objectname, "TABSTOPS")

Remarks

Value passed by Set_Property:

ValueDescription
TabpixelsAn @FM-delimited array of widths between tabs (in pixels).