C# Класс Quickstarts.HistoricalEvents.Client.SelectTypeDlg

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SelectTypeDlg ( ) : System

Creates an empty form.

ShowDialog ( Session session, NodeId rootId, string caption ) : TypeDeclaration

Displays the available areas in a tree view.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
BrowseTV_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Handles the AfterSelect event of the BrowseTV control.

BrowseTV_BeforeExpand ( object sender, TreeViewCancelEventArgs e ) : void

Handles the BeforeExpand event of the BrowseTV control.

BrowseTV_DoubleClick ( object sender, EventArgs e ) : void

Handles the DoubleClick event of the BrowseTV control.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SelectTypeDlg() публичный Метод

Creates an empty form.
public SelectTypeDlg ( ) : System
Результат System

ShowDialog() публичный Метод

Displays the available areas in a tree view.
public ShowDialog ( Session session, NodeId rootId, string caption ) : TypeDeclaration
session Session The session.
rootId NodeId
caption string
Результат TypeDeclaration