C# 클래스 ImageGlass.ImageListView.ImageListViewActionLists

Defines smart tag entries for the image list view.
상속: System.ComponentModel.Design.DesignerActionList, IServiceProvider, IWindowsFormsEditorService, ITypeDescriptorContext
파일 보기 프로젝트 열기: d2phap/ImageGlass

Private Properties

프로퍼티 타입 설명
GetPropertyByName System.ComponentModel.PropertyDescriptor
IServiceProvider object
ITypeDescriptorContext bool
ITypeDescriptorContext void
IWindowsFormsEditorService DialogResult
IWindowsFormsEditorService void
IWindowsFormsEditorService void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

EditColumns() 공개 메소드

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

EditItems() 공개 메소드

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

GetSortedActionItems() 공개 메소드

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

ImageListViewActionLists() 공개 메소드

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