Version

ColorPickerEditor Class Properties

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

Public Properties
 NameDescription
Public PropertyAcceptsReturnGets or sets a value indicating whether pressing ENTER in a mutiline editor creates a new line of text in the editor. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyAcceptsTabGets or sets a value indicating whether pressing the TAB key in a multiline editor types a TAB character in the editor. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyAllowEmptyGets/sets whether clearing the edit portion results in a value of Color.Empty.  
Public PropertyButtonAlignmentGets/sets the alignment for the dropdown button (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
Public PropertyButtonsLeftReturns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the left side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyButtonsRightReturns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the right side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyCanFocusOverridden. Returns whether the editor can receive input focus while in edit mode  
Public PropertyColorThe editors value as a Color  
Public PropertyColorPaletteReturns an instance of the ColorPalette used when the control is dropped down  
Public PropertyCurrentEditTextReturns 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. (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
Public PropertyCustomColorsReturns an array of custom Colors  
Public PropertyDataFilterIf different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDefaultColorDefault color for the control.  
Public PropertyDefaultOwnerReturns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public Propertystatic (Shared in Visual Basic)DefaultStyleGets or sets the default style for all ColorPickerEditor's in the application.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDropDownStyleReturns whether the edit portion of the control is editable  
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. Returns whether the editor currently has input focus  
Public PropertyHasButtonsLeftIndicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyHasButtonsRightIndicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyIncludeDropDownButtonReturns or sets whether the dropdown button should be displayed when edit elements are displayed by the element. (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
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 PropertyIsInIMECompositionReturns true if the editor's TextBox is currently proccessing an IME Composition operation. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyIsValidReturns whether the value being edited is valid (passes basic editing) (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
Public PropertyScrollBarsGets/sets whether vertical scrollbars are displayed for the editor (Inherited from Infragistics.Win.EditorWithText)
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 PropertySetFocusToEditControlOnCloseUpGets/sets whether the edit control should receive the input focus when the list portion is closed (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
Public PropertyStyleDetermines the default style of all UltraColorControls and ColorPickerEditors in the application (e.g. Visual Studio, ColorPalette, etc.)  
Public PropertyStyleResolvedGets the resolved value which determines whether the style of the Color Picker  
Public PropertySupportsAutoSizeEditIndicates whether the editor supports AutoSizeEdit (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
Public PropertySupportsDropDownReturns true to indicate that the editor supports a dropdown (Inherited from Infragistics.Win.EditorWithTextAndDropDownBase)
Public PropertySupportsSelectableTextOverridden. Returns whether the editor supports selecting text.  
Public PropertySupportsSpellCheckingReturns true (Inherited from Infragistics.Win.EditorWithText)
Public PropertySupportsValueListSpecifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextBoxReturns the EmbeddableTextBox used by this class (Inherited from Infragistics.Win.EditorWithText)
Public PropertyTextLengthGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyValueOverridden. Gets/Sets the value of the editor  
Protected Properties
 NameDescription
Protected PropertyAppliesFormatStringWhenInEditModeReturns whether the editor applies the format string returned from the owner's EmbeddableEditorOwnerBase.GetFormatInfo method when it is in edit mode. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertyControlToDropOverridden. Gets the control to drop when dropdown arrow or F4 is pressed  
Protected PropertyControlToDropValueOverridden. Gets the value of the control to drop  
Protected PropertyEditorValueGets/Sets the editor value. (Inherited from Infragistics.Win.EditorWithText)
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/sets a string that represents the currently selected text in the text box. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertySelectionLengthInternalGets/sets The starting position of text selected in the text box. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertySelectionStartInternalGets/sets the number of characters selected in the text box. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertyShouldCommitControlToDropValueOverridden. Used to determine if the base should commit the value in the dropped control  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTabbedColorPickerReturns an instance of the tabbed color picker control used when the control is dropped down  
Protected PropertyTextLengthInternalGets the length of the text in the editor. (Inherited from Infragistics.Win.EditorWithText)
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