C# Class SIL.ObjectBrowser.InspectorWnd

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

InspectorWnd() public méthode

Initializes a new instance of the InspectorWnd class.
public InspectorWnd ( ) : System
Résultat System

RefreshView() public méthode

Refreshes the view.
public RefreshView ( ) : void
Résultat void

RefreshView() public méthode

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
Résultat void

SetTopLevelObject() public méthode

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

m_list_BeginItemExpanding() public méthode

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.
Résultat void

m_list_EndItemExpanding() public méthode

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.
Résultat void