C# 클래스 NanoByte.Common.Controls.InspectionForm

Contains a single property grid for inspecting and manipulating the properties of an arbitrary object.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
Inspect ( object value ) : void

Displays a property grid for manipulating the properties of an object.

InspectionForm ( object value ) : System.Windows.Forms

Creates a new inspection form.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Inspect() 공개 정적인 메소드

Displays a property grid for manipulating the properties of an object.
public static Inspect ( object value ) : void
value object The object to be inspected.
리턴 void

InspectionForm() 공개 메소드

Creates a new inspection form.
public InspectionForm ( object value ) : System.Windows.Forms
value object The object to be inspected.
리턴 System.Windows.Forms