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
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
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