C# Syntax
public class TreeViewDescription : UiObjectWithLayoutInfoDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.StdWin.UiObjectBaseDescription
HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription
HP.LFT.SDK.StdWin.TreeViewDescription
Name | Description | |
---|---|---|
![]() | TreeViewDescription Constructor | Initializes a new instance of the TreeViewDescription class. |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | The object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | AccessibleName | The object's name. The name is available for windowless objects only. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | AttachedText | The static text attached to the control. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) |
![]() | IsEnabled | Indicates whether the object is enabled. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | IsFocused | Indicates whether the object is in focus. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | IsRightAligned | Indicates whether the generic properties of the test object are right-aligned. (For support for right-to-left languages) (Inherited from HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription ) |
![]() | IsRightToLeftLayout | Indicates whether the object's horizontal origin is on the right edge of the test object. (Inherited from HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription ) |
![]() | IsRightToLeftReading | Indicates whether the object's text is displayed right-to-left. (Inherited from HP.LFT.SDK.StdWin.UiObjectWithLayoutInfoDescription ) |
![]() | IsVisible | Indicates whether the object is visible. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | Location | The object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | NativeClass | The window class name of the object. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | NodesCount | The number of nodes in the tree-view control. |
![]() | SelectedNodes | All selected nodes in the tree-view control. |
![]() | Size | The object's size (in pixels). (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | Text | The text associated with the object. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | VisibleNodes | All the visible nodes in the tree-view control. |
![]() | Vri | Distinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description ) |
![]() | WindowClassRegExp | The permanent part of the MFC window class. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | WindowExtendedStyle | The extended window style of the object. Possible values:HP.LFT.SDK.WindowExtendedStyles(Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | WindowId | The window identifier of the object. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | WindowStyle | The window style of the object. Possible values:HP.LFT.SDK.WindowStyles(Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
![]() | WindowTitleRegExp | The constant part of the window title. (Inherited from HP.LFT.SDK.StdWin.UiObjectBaseDescription ) |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |