Version

TrackBarEditor Class Properties

For a list of all members of this type, see TrackBarEditor members.

Public Properties
 NameDescription
Public PropertyButtonSettingsReturns a group of properties used to determine various aspects of the buttons.  
Public PropertyCanFocusOverridden. Determines if item can recieve focus  
Public PropertyCurrentEditTextOverridden. 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.  
Public PropertyCurrentStateReturns bit flags that signify the current editing state of the control.  
Public PropertyDataFilterIf different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDefaultOwnerReturns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorSharedObjectNameSpecifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyElementBeingEditedReturns the embeddable element that is currently in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyExpectedTypeOverridden. 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.  
Public PropertyFocusedOverridden. Gets whether editor has focus.  
Public PropertyHasButtonSettingsReturns whether the ButtonSettings object has been created.  
Public PropertyHasMidpointSettingsReturns true if the MidpointSettings object has been created.  
Public PropertyHasThumbAppearanceReturns true if a thumb apperance has been defined.  
Public PropertyHasThumbHotTrackAppearanceReturns true if a hot-tracked thumb apperance has been defined.  
Public PropertyHasThumbPressedAppearanceReturns true if a pressed thumb apperance has been defined.  
Public PropertyHasTickmarkSettingsMajorReturns true if a TickmarkSettingsMajor object has been created.  
Public PropertyHasTickmarkSettingsMinorReturns true if a TickmarkSettingsMinor object has been created.  
Public PropertyHasTrackAppearanceReturns true if a track apperance has been defined.  
Public PropertyIsDroppedDownReturns true if in edit mode and dropped down (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsInEditModeReturns true if the editor is in edit mode (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsValidReturns true if the edited value is valid (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyKeyActionMappingsGives you the ability to reconfigure the way the control responds to user keystrokes.  
Public PropertyLargeChangeGets or sets the number of positions the thumb moves in response to mouse clicks or the PAGE UP and PAGE DOWN keys.  
Public PropertyMaxValueGets or sets the maximum allowable value of the control.  
Public PropertyMidpointSettingsGets the object used to control the appearance and value of the midpoint tickmark.  
Public PropertyMinValueGets or sets the minimum allowable value of the control.  
Public PropertyOrientationGets or sets the orientation of the control.  
Public PropertySelectedTextGets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionLengthGets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionStartGets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySmallChangeGets or sets the number of positions the thumb moves in response to mouse clicks or the arrow keys.  
Public PropertySupportsAutoSizeEditSpecifies whether the editor supports AutoSizeEdit (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsDropDownReturns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsSelectableTextReturns true if this editor supports selecting text. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsSpellCheckingReturns true if this editor supports spell checking. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsValueListSpecifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextLengthGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyThumbAppearanceGets or sets the appearance for the thumb of the TrackBar.  
Public PropertyThumbHotTrackAppearanceGets or sets the hot-tracked appearance for the thumb of the TrackBar.  
Public PropertyThumbOffsetGets or sets how far the thumb should be from being centered on the track and the value.  
Public PropertyThumbPressedAppearanceGets or sets the pressed appearance for the thumb of the TrackBar.  
Public PropertyThumbSizeResolvedGets the resolved size of the thumb.  
Public PropertyTickmarkSettingsMajorGets the object used to control the position and appearances of major tickmarks.  
Public PropertyTickmarkSettingsMinorGets the object used to control the position and appearance of minor tickmarks.  
Public PropertyTrackAppearanceGets or sets the appearance of the track along which a thumb moves.  
Public PropertyTrackClickActionGets or sets how the thumb will move when the user clicks in the track area.  
Public PropertyTrackClickActionResolvedGets the resolved action when the track area is clicked.  
Public PropertyTrackThicknessGets or sets the height or width of the track, depending on whether the orientation is horizontal or vertical, respectively.  
Public PropertyTrackThicknessResolvedGets the resolved thickness of the track.  
Public PropertyValueOverridden. Gets/sets the value of the editor.  
Public PropertyViewStyleGets or sets the style of the control, which affects default appearances and behavior.  
Public PropertyViewStyleResolvedGets the resolved ViewStyle of the control.  
Protected Properties
 NameDescription
Protected PropertyHasOwnDefaultContextMenuProperty 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)
Protected PropertySelectedTextInternalGets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySelectionLengthInternalGets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySelectionStartInternalGets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternalGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertyWantsOwnerKeyEventsSpecifies whether the editor wants to receive key events from the owner while in edit mode (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
See Also