TdxToggleSwitchStateIndicator.Kind Property
Specifies how a toggle switch editor indicates its checked/unchecked states in addition to a thumb.
Declaration
property Kind: TdxToggleSwitchStateIndicatorKind read; write; default sikNone;
Property Value
Type | Default |
---|---|
TdxToggleSwitchStateIndicatorKind | sikNone |
Remarks
Options include:
Value | Meaning |
---|---|
sikText | A toggle switch editor indicates its checked and unchecked states with text labels specified by the OnText and OffText properties. |
sikGlyph | A toggle switch editor indicates its checked and unchecked states with images specified by the OnGlyph and OffGlyph properties. |
sikNone | No additional indication. |
Use the Position property to specify the display position of the selected indicator. Refer to the Position property description for examples of applying various Kind
property values to toggle switch editors.
The default value of the Kind property is sikNone.
See Also