C# Class ImageGlass.ImageListView.ImageListViewActionLists

Defines smart tag entries for the image list view.
Inheritance: System.ComponentModel.Design.DesignerActionList, IServiceProvider, IWindowsFormsEditorService, ITypeDescriptorContext
Show file Open project: d2phap/ImageGlass

Private Properties

Property Type Description
GetPropertyByName System.ComponentModel.PropertyDescriptor
IServiceProvider object
ITypeDescriptorContext bool
ITypeDescriptorContext void
IWindowsFormsEditorService DialogResult
IWindowsFormsEditorService void
IWindowsFormsEditorService void

Public Methods

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.

Private Methods

Method Description
GetPropertyByName ( String propName ) : PropertyDescriptor

Helper method to retrieve control properties for undo support.

IServiceProvider ( Type serviceType ) : object

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 ( Form dialog ) : DialogResult

Shows the specified T:System.Windows.Forms.Form.

IWindowsFormsEditorService ( ) : void

Closes any previously opened drop down control area.

IWindowsFormsEditorService ( Control control ) : void

Displays the specified control in a drop down area below a value field of the property grid that provides this service.

Method Details

EditColumns() public method

Invokes the editor for the columns of the designed ImageListView.
public EditColumns ( ) : void
return void

EditItems() public method

Invokes the editor for the items of the designed ImageListView.
public EditItems ( ) : void
return void

GetSortedActionItems() public method

Returns the collection of T:System.ComponentModel.Design.DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
return System.ComponentModel.Design.DesignerActionItemCollection

ImageListViewActionLists() public method

Initializes a new instance of the ImageListViewActionLists class.
public ImageListViewActionLists ( IComponent component ) : System
component IComponent A component related to the DesignerActionList.
return System