C# 클래스 Hawkeye.UI.GenericComponentEditor

상속: System.Windows.Forms.Design.WindowsFormsComponentEditor
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
EditComponent ( ITypeDescriptorContext context, object component, IWin32Window owner ) : bool

Creates an editor window that allows the user to edit the specified component.

보호된 메소드들

메소드 설명
GetComponentEditorPages ( ) : System.Type[]

Gets the component editor pages associated with the component editor.

비공개 메소드들

메소드 설명
CreateForm ( object component, Type pages ) : System.Windows.Forms.Design.ComponentEditorForm

메소드 상세

EditComponent() 공개 메소드

Creates an editor window that allows the user to edit the specified component.
public EditComponent ( ITypeDescriptorContext context, object component, IWin32Window owner ) : bool
context ITypeDescriptorContext An that can be used to gain additional context information.
component object The component to edit.
owner IWin32Window An that the component belongs to.
리턴 bool

GetComponentEditorPages() 보호된 메소드

Gets the component editor pages associated with the component editor.
protected GetComponentEditorPages ( ) : System.Type[]
리턴 System.Type[]