C# Class White.Core.UIItems.TreeItems.Win32TreeNode

Inheritance: White.Core.UIItems.TreeItems.TreeNode
Exibir arquivo Open project: PulseMiningSystems/White

Public Methods

Method Description
Win32TreeNode ( AutomationElement automationElement, ActionListener actionListener ) : System.Windows

Protected Methods

Method Description
DoCollapse ( ) : void
DoExpand ( ) : void
Win32TreeNode ( ) : System.Windows

Method Details

DoCollapse() protected method

protected DoCollapse ( ) : void
return void

DoExpand() protected method

protected DoExpand ( ) : void
return void

Win32TreeNode() protected method

protected Win32TreeNode ( ) : System.Windows
return System.Windows

Win32TreeNode() public method

public Win32TreeNode ( AutomationElement automationElement, ActionListener actionListener ) : System.Windows
automationElement System.Windows.Automation.AutomationElement
actionListener ActionListener
return System.Windows