Syntax
UltraColorPicker control emulates the Visual Studio color picker. Syntax
For a list of all members of this type, see UltraColorPicker members. Public Events Name Description AfterCloseUp Fired after the dropdown list closes (Inherited from Infragistics.Win.UltraWinEditors.EditorWithTextDropDownControlBase) AfterDropDown Fired after the dropdown list is displayed (Inherited from Infragi...
For a list of all members of this type, see UltraColorPicker members. Protected Fields Name Description bypassMouseHandlingValue Specifies whether the ControlUIElement should eat the default. (Inherited from Infragistics.Win.UltraWinEditors.TextEditorControlBase) controlAppearance AppearanceHolder for the controls...
Public Constructors Protected Fields Public Properties Protected Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties Protected Properties
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.EditorButtonEventArgs containing data related to this event. The following EditorButtonEventArgs properties provide information specific to this event.Property Description Button Context
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.EditorButtonEventArgs containing data related to this event. The following EditorButtonEventArgs properties provide information specific to this event.Property Description Button Context
Gets/sets whether clearing the edit portion results in a value of Color.Empty. Syntax Remarks When set to true (default), and the edit portion is cleared, the new value is assumed to be Color.Empty. When set to false and the edit portion is cleared, the value of the DefaultColor property is applied instead. Note: ...