Property | Type | Description | |
---|---|---|---|
GetPropertyByName | |||
IServiceProvider | object | ||
ITypeDescriptorContext | bool | ||
ITypeDescriptorContext | void | ||
IWindowsFormsEditorService | DialogResult | ||
IWindowsFormsEditorService | void | ||
IWindowsFormsEditorService | void |
Method | Description | |
---|---|---|
EditColumns ( ) : void |
Invokes the editor for the columns of the designed ImageListView.
|
|
EditItems ( ) : void |
Invokes the editor for the items of the designed ImageListView.
|
|
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection |
Returns the collection of T:System.ComponentModel.Design.DesignerActionItem objects contained in the list.
|
|
ImageListViewActionLists ( IComponent component ) : System |
Initializes a new instance of the ImageListViewActionLists class.
|
Method | Description | |
---|---|---|
GetPropertyByName ( String propName ) : |
Helper method to retrieve control properties for undo support.
|
|
IServiceProvider ( |
Returns an object that represents a service provided by the component associated with the T:System.ComponentModel.Design.DesignerActionList.
|
|
ITypeDescriptorContext ( ) : bool |
Raises the E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging event.
|
|
ITypeDescriptorContext ( ) : void |
Raises the E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged event.
|
|
IWindowsFormsEditorService ( |
Shows the specified T:System.Windows.Forms.Form.
|
|
IWindowsFormsEditorService ( ) : void |
Closes any previously opened drop down control area.
|
|
IWindowsFormsEditorService ( |
Displays the specified control in a drop down area below a value field of the property grid that provides this service.
|
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection | ||
return | System.ComponentModel.Design.DesignerActionItemCollection |
public ImageListViewActionLists ( IComponent component ) : System | ||
component | IComponent | A component related to the DesignerActionList. |
return | System |