For a list of all members of this type, see TrackBarEditor members.
Name | Description | |
---|---|---|
ButtonSettings | Returns a group of properties used to determine various aspects of the buttons. | |
CanFocus | Overridden. Determines if item can recieve focus | |
CurrentEditText | Overridden. Returns the current text being edited without doing any validation. This will return the text currently typed in. If the editor does not have an textbox-like control, it will return the current edit value in form of text. | |
CurrentState | Returns bit flags that signify the current editing state of the control. | |
DataFilter | If different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
DefaultOwner | Returns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
EditorSharedObjectName | Specifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ElementBeingEdited | Returns the embeddable element that is currently in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ExpectedType | Overridden. Default type used by the editor in the case of data filter. Null means that editor supports multiple data types and expects type to be set or provided by the owner. | |
Focused | Overridden. Gets whether editor has focus. | |
HasButtonSettings | Returns whether the ButtonSettings object has been created. | |
HasMidpointSettings | Returns true if the MidpointSettings object has been created. | |
HasThumbAppearance | Returns true if a thumb apperance has been defined. | |
HasThumbHotTrackAppearance | Returns true if a hot-tracked thumb apperance has been defined. | |
HasThumbPressedAppearance | Returns true if a pressed thumb apperance has been defined. | |
HasTickmarkSettingsMajor | Returns true if a TickmarkSettingsMajor object has been created. | |
HasTickmarkSettingsMinor | Returns true if a TickmarkSettingsMinor object has been created. | |
HasTrackAppearance | Returns true if a track apperance has been defined. | |
IsDroppedDown | Returns true if in edit mode and dropped down (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
IsInEditMode | Returns true if the editor is in edit mode (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
IsValid | Returns true if the edited value is valid (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
KeyActionMappings | Gives you the ability to reconfigure the way the control responds to user keystrokes. | |
LargeChange | Gets or sets the number of positions the thumb moves in response to mouse clicks or the PAGE UP and PAGE DOWN keys. | |
MaxValue | Gets or sets the maximum allowable value of the control. | |
MidpointSettings | Gets the object used to control the appearance and value of the midpoint tickmark. | |
MinValue | Gets or sets the minimum allowable value of the control. | |
Orientation | Gets or sets the orientation of the control. | |
SelectedText | Gets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionLength | Gets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionStart | Gets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SmallChange | Gets or sets the number of positions the thumb moves in response to mouse clicks or the arrow keys. | |
SupportsAutoSizeEdit | Specifies whether the editor supports AutoSizeEdit (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsDropDown | Returns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsSelectableText | Returns true if this editor supports selecting text. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsSpellChecking | Returns true if this editor supports spell checking. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsValueList | Specifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLength | Gets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ThumbAppearance | Gets or sets the appearance for the thumb of the TrackBar. | |
ThumbHotTrackAppearance | Gets or sets the hot-tracked appearance for the thumb of the TrackBar. | |
ThumbOffset | Gets or sets how far the thumb should be from being centered on the track and the value. | |
ThumbPressedAppearance | Gets or sets the pressed appearance for the thumb of the TrackBar. | |
ThumbSizeResolved | Gets the resolved size of the thumb. | |
TickmarkSettingsMajor | Gets the object used to control the position and appearances of major tickmarks. | |
TickmarkSettingsMinor | Gets the object used to control the position and appearance of minor tickmarks. | |
TrackAppearance | Gets or sets the appearance of the track along which a thumb moves. | |
TrackClickAction | Gets or sets how the thumb will move when the user clicks in the track area. | |
TrackClickActionResolved | Gets the resolved action when the track area is clicked. | |
TrackThickness | Gets or sets the height or width of the track, depending on whether the orientation is horizontal or vertical, respectively. | |
TrackThicknessResolved | Gets the resolved thickness of the track. | |
Value | Overridden. Gets/sets the value of the editor. | |
ViewStyle | Gets or sets the style of the control, which affects default appearances and behavior. | |
ViewStyleResolved | Gets the resolved ViewStyle of the control. |
Name | Description | |
---|---|---|
HasOwnDefaultContextMenu | Property which should be overriden by derived editors which have their own default Context Menu, so an ancestor's ContextMenu would be prevented from showing. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectedTextInternal | Gets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionLengthInternal | Gets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionStartInternal | Gets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLengthInternal | Gets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
WantsOwnerKeyEvents | Specifies whether the editor wants to receive key events from the owner while in edit mode (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) |