C# Class SIL.ObjectBrowser.InspectorWnd

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void
gridInspector_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

Handles the CellMouseDown event of the gridInspector control.

Method Details

Dispose() protected method

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

InspectorWnd() public method

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

RefreshView() public method

Refreshes the view.
public RefreshView ( ) : void
return void

RefreshView() public method

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
return void

SetTopLevelObject() public method

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

m_list_BeginItemExpanding() public method

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.
return void

m_list_EndItemExpanding() public method

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.
return void