C# Класс Opc.Ua.Client.Controls.CertificateStoreTreeCtrl

Prompts the use to select a store from a list stores on a machine.
Наследование: Opc.Ua.Client.Controls.BaseTreeCtrl
Показать файл Открыть проект

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

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

Initializes the control.

Initialize ( ) : void

Provides the configuration to use when displaying the control.

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

Метод Описание
BeforeExpand ( TreeNode clickedNode ) : bool

Fetches the children before expanding a node.

Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( TreeNode clickedNode ) : void

Enables the menu items.

GetDataToDrag ( TreeNode node ) : object

Returns the data to drag.

NodesTV_DragDrop ( object sender, DragEventArgs e ) : void

Handles a drop event.

NodesTV_DragEnter ( object sender, DragEventArgs e ) : void

Handles a drag enter event.

NodesTV_DragOver ( object sender, DragEventArgs e ) : void

Handles a drag over event.

SelectNode ( ) : void

Updates the controls after a node is selected.

UpdateNode ( TreeNode treeNode, object item, string text, string icon ) : void

Updates the properties of a node in the view.

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

Метод Описание
CopyMI_Click ( object sender, EventArgs e ) : void
FetchChildren ( TreeNode parent ) : void

Updates the children of a node.

InitializeComponent ( ) : void

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

PasteMI_Click ( object sender, EventArgs e ) : void
SetIcon ( TreeNode treeNode, ContainerInfo info ) : void

Sets the icon for the tree node.

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

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

Fetches the children before expanding a node.
protected BeforeExpand ( TreeNode clickedNode ) : bool
clickedNode System.Windows.Forms.TreeNode
Результат bool

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

Initializes the control.
public CertificateStoreTreeCtrl ( ) : System
Результат System

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

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

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

Enables the menu items.
protected EnableMenuItems ( TreeNode clickedNode ) : void
clickedNode System.Windows.Forms.TreeNode
Результат void

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

Returns the data to drag.
protected GetDataToDrag ( TreeNode node ) : object
node System.Windows.Forms.TreeNode
Результат object

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

Provides the configuration to use when displaying the control.
public Initialize ( ) : void
Результат void

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

Handles a drop event.
protected NodesTV_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Результат void

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

Handles a drag enter event.
protected NodesTV_DragEnter ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Результат void

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

Handles a drag over event.
protected NodesTV_DragOver ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Результат void

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

Updates the controls after a node is selected.
protected SelectNode ( ) : void
Результат void

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

Updates the properties of a node in the view.
protected UpdateNode ( TreeNode treeNode, object item, string text, string icon ) : void
treeNode System.Windows.Forms.TreeNode
item object
text string
icon string
Результат void