C# 클래스 SIL.ObjectBrowser.InspectorWnd

상속: WeifenLuo.WinFormsUI.Docking.DockContent
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
InspectorWnd ( ) : System

Initializes a new instance of the InspectorWnd class.

RefreshView ( ) : void

Refreshes the view.

RefreshView ( string type ) : void

Refreshes the view. This overload specifies the type of action that triggered this method. This is needed because the key changes during adds, updates, and moves.

SetTopLevelObject ( object obj, IInspectorList list ) : void

Sets the top level object.

m_list_BeginItemExpanding ( object sender, EventArgs e ) : void

Handles the BeginItemExpanding event of the m_list control.

m_list_EndItemExpanding ( object sender, EventArgs e ) : void

Handles the EndItemExpanding event of the m_list control.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
gridInspector_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

Handles the CellMouseDown event of the gridInspector control.

메소드 상세

Dispose() 보호된 메소드

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

InspectorWnd() 공개 메소드

Initializes a new instance of the InspectorWnd class.
public InspectorWnd ( ) : System
리턴 System

RefreshView() 공개 메소드

Refreshes the view.
public RefreshView ( ) : void
리턴 void

RefreshView() 공개 메소드

Refreshes the view. This overload specifies the type of action that triggered this method. This is needed because the key changes during adds, updates, and moves.
public RefreshView ( string type ) : void
type string
리턴 void

SetTopLevelObject() 공개 메소드

Sets the top level object.
public SetTopLevelObject ( object obj, IInspectorList list ) : void
obj object
list IInspectorList
리턴 void

m_list_BeginItemExpanding() 공개 메소드

Handles the BeginItemExpanding event of the m_list control.
public m_list_BeginItemExpanding ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

m_list_EndItemExpanding() 공개 메소드

Handles the EndItemExpanding event of the m_list control.
public m_list_EndItemExpanding ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void