Alignment
|
Specifies the alignment of a check box editor.
|
AllowGrayed
|
Specifies whether the grayed state is enabled.
|
AssignedValues
protected
|
Contains the property flags that indicate which properties specific to an editor have been changed.
|
Automation
|
Provides access to editor UI Automation and accessibility settings.
|
AutoSelect
|
Determines whether the editor’s contents are automatically selected when the editor receives focus.
|
BeepOnError
|
Specifies whether to play the system default sound on a validation error.
|
Buttons
|
Provides access to the collection of editor buttons.
|
ButtonsViewStyle
protected
|
Specifies how the editor displays content and embedded buttons.
|
Caption
|
Identifies the text which describes a check box.
|
ClearKey
|
Specifies the keyboard shortcut to clear the editor entry.
|
ClickKey
|
Specifies a key combination to generate the OnButtonClick click event for the default button.
|
DisplayChecked
|
Specifies the text representing the checked state.
|
DisplayGrayed
|
Specifies the text representing the grayed state.
|
DisplayUnchecked
|
Specifies the text representing the unchecked state.
|
ErrorIcon
|
Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.
|
FullFocusRect
|
Specifies whether the focus rectangle is drawn around the entire caption region or around the caption text only.
|
Glyph
|
Provides custom images for check boxes.
|
GlyphCount
|
Specifies the number of images stored in the Glyph property.
|
Images
|
Specifies the collection of images used as editor button icons.
|
ImmediatePost
|
Indicates whether the edit value should be saved immediately after it has been modified.
|
IsChanging
|
|
MaxValue
protected
|
|
MinValue
protected
|
Specifies the maximum numeric value the editor can display.
|
MultiLine
|
Determines whether the check box caption is drawn across several lines.
|
NullStyle
|
Specifies the manner in which a check box editor presents NULL values.
|
Owner
|
Provides access to the control or its object to which the persisted settings belong.
|
ReadOnly
|
Specifies if the editor is in read-only mode.
|
ShowEndEllipsis
|
Specifies whether to display an end ellipsis when the content is clipped.
|
Transparent
protected
|
Deprecated. Specifies if the editor background is transparent.
|
UseAlignmentWhenInplace
|
Specifies the manner in which the check box and caption are aligned within an in-place checkbox editor.
|
UseLeftAlignmentOnEditing
|
Specifies whether to align text to the left in edit mode.
|
UseMouseWheel
|
Specifies whether an editor responds to mouse wheel rotation.
|
ValidateOnEnter
|
Specifies whether validation is performed when an end-user presses the Enter key.
|
ValidationErrorIconAlignment
|
Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.
|
ValidationOptions
|
Contains a set of flags that specify how the editor handles and displays its validation errors.
|
ValueChecked
|
Specifies the value that the EditValue property returns when in the checked state.
|
ValueGrayed
|
Specifies the value that the EditValue property returns when in the grayed state.
|
ValueUnchecked
|
Specifies the value that the EditValue property returns when in the unchecked state.
|