C# Класс SIL.ObjectBrowser.InspectorWnd

Наследование: WeifenLuo.WinFormsUI.Docking.DockContent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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