Version

PropertyNameUITypeEditor Class Members

The following tables list the members exposed by PropertyNameUITypeEditor.

Public Properties
 NameDescription
Public PropertyIsDropDownResizableGets a value indicating whether drop-down editors should be resizable by the user. (Inherited from System.Drawing.Design.UITypeEditor)
Public Methods
 NameDescription
Public MethodEditValueOverloaded. Edits the value of the specified object using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle method. (Inherited from Infragistics.Shared.UITypeEditorListBase)
Public MethodGetEditStyleOverloaded. Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method. (Inherited from Infragistics.Shared.UITypeEditorListBase)
Public MethodGetObjectReturns the object whose properties will be used for the list, based on the specified context.  
Public MethodGetPaintValueSupportedOverloaded. Indicates whether this editor supports painting a representation of an object's value. (Inherited from System.Drawing.Design.UITypeEditor)
Public MethodPaintValueOverloaded. Paints a representation of the value of the specified object to the specified canvas. (Inherited from System.Drawing.Design.UITypeEditor)
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)GetCommonPropertyListGet a list of properties common to the items in the array.  
Protected MethodGetListItemsOverridden. Get the items for the UITypeEditor list  
Protected MethodInitializeListBox (Inherited from Infragistics.Shared.UITypeEditorListBase)
Protected MethodValidateEditItemOverridden. Validates the currently selected edit item  
See Also