Class Overview Provides operations on controls of type System.Windows.Forms.TreeView. public FormsTreeView (WindowControl src) Description Constructor.
src WindowControl object for the target control. public FormsTreeView (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar AppVar object for the target control. public FormsTreeNode SelectNode {get;} Description Returns the currently selected node. public void EmulateNodeSelect (FormsTreeNode node) Description Selects a certain node.
node Node to select. public void EmulateNodeSelect (FormsTreeNode node, Async async) Description Selects a certain node asynchronously.
node Node to select. async Asynchronous execution object. public FormsTreeNode FindItem (params string [] texts) Description Searches for items with the indicated display strings.
Display strings.
texts Display string. public FormsTreeNode GetItem (params string [] keys) Description I get the child items.
Child items.
keys A string of the key. public FormsTreeNode GetItem (params int [] indexs) Description I get the child items.
Child items.
indexs Index.
|