TdxToggleSwitchProperties Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Alignment |
Specifies the alignment of the caption and switch within the editor.
Inherited from Tdx |
Allow |
Specifies whether the grayed state is enabled.
Inherited from Tcx |
Assigned |
Contains the property flags that indicate which properties specific to an editor have been changed.
Inherited from Tcx |
Automation |
Provides access to editor UI Automation and accessibility settings.
Inherited from Tcx |
Auto |
Determines whether the editor’s contents are automatically selected when the editor receives focus.
Inherited from Tcx |
Beep |
Specifies whether to play the system default sound on a validation error.
Inherited from Tcx |
Buttons |
Provides access to the collection of editor buttons.
Inherited from Tcx |
Buttons |
Specifies how the editor displays content and embedded buttons.
Inherited from Tcx |
Caption |
Identifies the text which describes a check box.
Inherited from Tcx |
Clear |
Specifies the keyboard shortcut to clear the editor entry.
Inherited from Tcx |
Click |
Specifies a key combination to generate the On |
Display |
Specifies the text representing the checked state.
Inherited from Tcx |
Display |
Specifies the text representing the grayed state.
Inherited from Tcx |
Display |
Specifies the text representing the unchecked state.
Inherited from Tcx |
Error |
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
Inherited from Tcx |
Full |
Specifies whether the focus rectangle is drawn around the entire caption region or around the caption text only.
Inherited from Tcx |
Glyph |
Provides custom images for check boxes.
Inherited from Tcx |
Glyph |
Specifies the number of images stored in the Glyph property.
Inherited from Tcx |
Images |
Specifies the collection of images used as editor button icons.
Inherited from Tcx |
Immediate |
Indicates whether the edit value should be saved immediately after it has been modified.
Inherited from Tcx |
Is |
Inherited from Tcx |
Max |
Inherited from Tcx |
Min |
Specifies the maximum numeric value the editor can display.
Inherited from Tcx |
Multi |
Determines whether the check box caption is drawn across several lines.
Inherited from Tcx |
Null |
Specifies the manner in which a check box editor presents NULL values.
Inherited from Tcx |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Read |
Specifies if the editor is in read-only mode.
Inherited from Tcx |
Show |
Specifies whether to display an end ellipsis when the content is clipped.
Inherited from Tcx |
State |
Provides access to the settings of the checked state indicator.
Inherited from Tdx |
Transparent protected |
Deprecated. Specifies if the editor background is transparent.
Inherited from Tcx |
Use |
Specifies the manner in which the check box and caption are aligned within an in-place checkbox editor.
Inherited from Tcx |
Use |
Specifies whether to align text to the left in edit mode.
Inherited from Tcx |
Use |
Specifies whether an editor responds to mouse wheel rotation.
Inherited from Tcx |
Validate |
Specifies whether validation is performed when an end-user presses the Enter key.
Inherited from Tcx |
Validation |
Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.
Inherited from Tcx |
Validation |
Contains a set of flags that specify how the editor handles and displays its validation errors.
Inherited from Tcx |
Value |
Specifies the value that the Edit |
Value |
Specifies the value that the Edit |
Value |
Specifies the value that the Edit |
#Methods
#Events
Name | Description |
---|---|
On |
Allows you to execute custom code when a user clicks an embedded editor button.
Inherited from Tcx |
On |
Allows you to customize the appearance of individual editor button glyphs.
Inherited from Tcx |
On |
Occurs on changing the value within an editor.
Inherited from Tcx |
On |
Inherited from Tcx |
On |
Allows you to respond to edit value changes.
Inherited from Tcx |
On |
Occurs on every editor setting change.
Inherited from Tcx |
On |
Occurs before converting the display value to the edit value.
Inherited from Tcx |
See Also