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, |
Handles the BeginItemExpanding event of the m_list control.
|
|
m_list_EndItemExpanding ( object sender, |
Handles the EndItemExpanding event of the m_list control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
gridInspector_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void |
Handles the CellMouseDown event of the gridInspector control.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetTopLevelObject ( object obj, IInspectorList list ) : void | ||
obj | object | |
list | IInspectorList | |
return | void |
public m_list_BeginItemExpanding ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public m_list_EndItemExpanding ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |