WinTreeView Object
Description
A Stingray tree control.
Operations
The sections below list the built-in methods and properties that you can use as operations for the WinTreeView object.
Note: You can also view a list and descriptions of the WinTreeView description properties, for use in object repository descriptions, programmatic descriptions, checkpoint and output value steps, and as argument values for the GetTOProperty and GetROProperty methods.
Methods
Activate | Activates (double-clicks) a node in the tree view. |
CaptureBitmap | Saves a screen capture of the object as a .png or .bmp image using the specified file name. |
CheckProperty | Checks whether the actual value of the specified object property matches the specified expected value within the specified timeout. |
ChildObjects | Saves a screen capture of the object as a .png or .bmp image using the specified file name. |
Click | Clicks an object in a Stingray grid. |
Collapse | Hides sub-nodes of the specified node in the expanded tree view. |
DblClick | Double-clicks an object in a Stingray grid. |
Deselect | Deselects a tree control. |
Drag | Performs the 'drag' part of a drag and drop operation. |
DragItem | Performs the 'drag' part of a drag and drop operation on a specified node in a tree. |
Drop | Performs the 'drop' part of a drag and drop operation. |
DropOnItem | Completes the drag and drop operation by dropping the node onto a specified target node. |
EditLabel | Activates the edit mode for a node in the tree view to enable renaming. |
Expand | Displays hidden sub-nodes of the specified node in the tree view. |
ExtendSelect | Selects an additional item. |
GetAllROProperties | Returns the collection of properties and current values from the object in the application. |
GetCheckMarks | Retrieves the value of items marked as checked. |
GetContent | Returns all of the nodes in the tree view. |
GetItem | Returns the value of the node specified by the index. |
GetItemIndex | Returns the index of a tree control. |
GetItemProperty | Returns the current value of a property for a node in the tree view. |
GetItemsCount | Returns the number of nodes in the tree view. |
GetROProperty | Returns the current value of the description property from the object in the application. |
GetSelection | Returns all of the selected nodes in the tree view. |
GetSubItem | Returns the Column value of a tree control. |
GetTextLocation | Checks whether the specified text string is contained in the specified window area. |
GetTOProperties | Returns the collection of properties and values used to identify the object. |
GetTOProperty | Returns the value of the specified description property from the test object description. |
Highlight | Highlights the object in the application. |
GetVisibleText | Returns the text from the specified area. |
MouseMove | Moves the mouse pointer to the designated position inside the object. |
RefreshObject | Instructs UFT One to re-identify the object in the application the next time a step refers to this object. |
Select | Selects a node in the tree view. |
SetItemState | Sets the state of the check box icon of the specified node in the tree view. |
SetTOProperty | Sets the value of the specified description property in the test object description. |
ToString | Returns a string that represents the test object. |
Type | Types the specified string in the object. |
WaitProperty | Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step. |
Properties
Exist | Checks whether the object currently exists in the open application. |
Activate Method
Description
Activates (double-clicks) a node in the tree view.
Syntax
object.Activate Item
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node to activate in the tree-view control. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
Return Type
None
Example
'The following example uses the Activate method to double-click on the '"Inventory;Drinks" item in the tree view. With Window("WinBurger") With .Dialog("Food Inventory") .WinTreeView("SysTreeView32").Activate "Inventory;Drinks" End With End With
Click Method
Description
Clicks an object in a Stingray grid.
Syntax
object.Click [X], [Y], [BUTTON]
Arguments
Parameter | Description |
---|---|
X |
Optional. An integer value. The x-coordinate of the click. Note that the specified coordinates are relative to the upper left corner of the object. The default value is the center of the object. Default value = -9999 |
Y |
Optional. An integer value. The y-coordinate of the click. Note that the specified coordinates are relative to the upper left corner of the object. The default value is the center of the object.
Default value = -9999 |
BUTTON |
Optional. A predefined constant or number. The mouse button used to click the object. Default value = micLeftBtn |
Return Type
None
Collapse Method
Description
Hides sub-nodes of the specified node in the expanded tree view.
Syntax
object.Collapse Item
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node to collapse in the tree-view control. The node value (with quotes) or numeric index (without quotes) can denote the node. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
Return Type
None
Example
'The following example uses the Collapse method to collapse the '"Ins" node. Window("Exploring").WinTreeView("SysTreeView32").Collapse "Ins"
DblClick Method
Description
Double-clicks an object in a Stingray grid.
Syntax
object.DblClick X, Y, [BUTTON]
Arguments
Parameter | Description |
---|---|
X |
Required. An integer value. The x-coordinate of the double-click. Note that the specified coordinates are relative to the upper left corner of the object. |
Y |
Required. An integer value. The y-coordinate of the double-click. Note that the specified coordinates are relative to the upper left corner of the object. |
BUTTON |
Optional. A predefined constant or number. The mouse button used to double-click the object. Default value = micLeftBtn |
Return Type
None
Deselect Method
Description
Deselects a tree control.
Syntax
object.Deselect Item
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node whose check box you want to deselect. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. |
Return Type
None
Example
'The following example uses the Deselect method to clear the selection of 'the first node (after first selecting both the first and second nodes). Window("TVwTest").WinTreeView("StingrayTree").Select 0 Window("TVwTest").WinTreeView("StingrayTree").ExtendSelect 1 Window("TVwTest").WinTreeView("StingrayTree").Deselect 0
Drag Method
Description
Performs the 'drag' part of a drag and drop operation.
Syntax
object.Drag X, Y, BUTTON
Arguments
Parameter | Description |
---|---|
X |
Required. An integer value. The x-coordinate within the window from which the object is dragged. Note that the specified coordinates are relative to the upper left corner of the object. |
Y |
Required. An integer value. The y-coordinate within the window from which the object is dragged. Note that the specified coordinates are relative to the upper left corner of the object. |
BUTTON |
Optional. A predefined constant or number. The mouse button used to drag the object. |
Return Type
None
DragItem Method
Description
Performs the 'drag' part of a drag and drop operation on a specified node in a tree.
Syntax
object.DragItem Item, [BUTTON]
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node to drag in the tree-view control. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
BUTTON |
Optional. An integer value. A pre-defined constant or number. See the Constants table, below. The mouse button used to drag the node. Note: The same button must be used in both the DragItem and DropOnItem parts of the drag and drop operation. Default value = 0 |
Return Type
None
Example
'The following example uses the DragItem method to drag the "item1" 'item in the tree within the AUT window and drop the item at 'coordinates 10, 15 within the AUT window. Window("AUT").WinTreeView("WinListView").DragItem "item1" Window("AUT").WinObject("Afx").Drop 10, 15
Drop Method
Description
Performs the 'drop' part of a drag and drop operation.
Syntax
object.Drop X, Y, BUTTON
Arguments
Parameter | Description |
---|---|
X |
Required. An integer value. The x-coordinate of the object onto which the object is dropped. Note that the specified coordinates are relative to the upper left corner of the object. |
Y |
Required. An integer value. The y-coordinate of the object onto which the object is dropped. Note that the specified coordinates are relative to the upper left corner of the object. |
BUTTON |
Optional. A predefined constant or number. The mouse button that is released to drop the object. |
Return Type
None
DropOnItem Method
Description
Completes the drag and drop operation by dropping the node onto a specified target node.
Syntax
object.DropOnItem TargetItem, [BUTTON]
Arguments
Parameter | Description |
---|---|
TargetItem |
Required. A Variant. The full path of the node on which to drop the dragged node. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
BUTTON |
Optional. An integer value. A pre-defined constant or number. See the Constants table, below. The mouse button used to drop the node. Note: The same button must be used in both the DragItem and DropOnItem parts of the drag and drop operation. Default value = 0 |
Return Type
None
IMPORTANT
A DropOnItem statement must be preceded by a Drag or DragItem statement.
Example
'The following example uses the DropOnItem method to drag the item 'located at coordinates 55, 11 within the AUT window and drop the 'item onto "item32" within the AUT window. Window("AUT").WinObject("Afx").Drag 55, 11 Window("AUT").WinTreeView("WinListView").DropOnItem "item32"
EditLabel Method
Description
Activates the edit mode for a node in the tree view to enable renaming.
Syntax
object.EditLabel Item
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node containing the label you want to edit. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
Return Type
None
IMPORTANT
This method only enables the node for renaming. To actually rename the node, you must set its value using the WinEdit or WinEditor test object, together with an applicable method, such as Set or SetCaretPos+Type.
Example
'The following example uses the EditLabel method to activate the 'edit mode for the "Line Species 3" node (the third node in the tree view). 'The example then uses the Set method to change the name of the node to '"Line Species 3a". Window("TVwTest").WinTreeView("StingrayTree").Select "Line Species 3" Window("TVwTest").WinTreeView("StingrayTree").EditLabel "Line Species 3" Window("TVwTest").WinEditor("WinEdit").Set "Line Species 3a"
Expand Method
Description
Displays hidden sub-nodes of the specified node in the tree view.
Syntax
object.Expand Item
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node to expand in the tree-view control. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
Return Type
None
Example
'The following example uses the Expand method to expand the "Ins" node. Window("Exploring").WinTreeView("SysTreeView32").Expand "Ins"
ExtendSelect Method
Description
Selects an additional item.
Syntax
object.ExtendSelect Item, [BUTTON]
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node whose check box you want to select. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. |
BUTTON |
Optional. A predefined constant or number. The mouse button to use for selecting the additional node. Default value = micLeftBtn |
Return Type
None
Example
'The following example uses the ExtendSelect method to select the first 'and fourth nodes in a tree-view control. Window("TVwTest").WinTreeView("StingrayTree").Select 0 Window("TVwTest").WinTreeView("StingrayTree").ExtendSelect 3
GetCheckMarks Method
Description
Retrieves the value of items marked as checked.
Syntax
object.GetCheckMarks
Return Type
A String value.
IMPORTANT
You can use this method only for tree-view controls with 1000 or fewer nodes.
Example
'The following example uses the GetCheckMarks method to make the 'checked variable get the values of checked items from SysListView. Checked = Dialog("Lists").WinTreeView("SysListView").GetCheckMarks
GetContent Method
Description
Returns all of the nodes in the tree view.
Syntax
object.GetContent
Return Type
A String value.
The returned string contains all of the nodes in the tree-view control separated by VBScript line feed characters.
Example
'The following example uses the GetContent method to return the nodes 'in the "SysTreeView32" tree view. With Window("WinBurger") With .Dialog("Food Inventory") content = .WinTreeView("SysTreeView32").GetContent End With End With
GetItem Method
Description
Returns the value of the node specified by the index.
Syntax
object.GetItem (Item)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node you want to retrieve. The path is composed of the numeric index of the nodes (without quotes) separated by a semicolon. The first node in a tree-view control is numbered 0. Note: If the node is identified by its numeric index, UFT One counts only the expanded nodes. Child nodes of a collapsed parent node are not counted. The first root node in a tree-view control is numbered 0. |
Return Type
A String value.
Example
'The following example uses the GetItem method to return the value 'of the fifth node in the tree. With Window("WinBurger") With .Dialog("Food Inventory") content = .WinTreeView("SysTreeView32").GetItem(4) End With End With
GetItemIndex Method
Description
Returns the index of a tree control.
Syntax
object.GetItemIndex (Item)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node whose index you want to retrieve. The path is composed of the names of the nodes (with quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. |
Return Type
A long integer value.
Example
'The following example uses the GetItemIndex method to select the node 'named "MyTreeItem" using its index (instead of the node's name). Idx = Window("TVwTest").WinTreeView("StingrayTree").GetItemIndex("MyTreeItem") Window("TVwTest").WinTreeView("StingrayTree").Select Idx
GetItemProperty Method
Description
Returns the current value of a property for a node in the tree view.
Syntax
object.GetItemProperty (Item, Property)
Arguments
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
Item |
Required. A Variant. The full path of the node whose property you want to retrieve. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" | ||||||
Property |
Required. A Variant. The node property for which you want to retrieve a value. The following properties are supported:
|
Return Type
A String value.
Example
'The following example uses the GetItemProperty method to go to report 'each node's name to the Results as it iterates over it. sReport = "" cTabs = -1 sPath = Dialog("Common Controls").WinTreeView("SysTreeView32").GetItem(0) While sPath <> "" sTabs = "" For iTab = 0 To cTabs sTabs = sTabs & "-->" Next sReport = sReport & sTabs & Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "Text") & vbCr If Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "HasChildre n") Then Dialog("Common Controls").WinTreeView("SysTreeView32").Expand (sPath) sPath = Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "FirstChild") cTabs = cTabs + 1 ElseIf Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "NextSibling") <> "" Then sPath = Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "NextSibling") Else sPath = Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "Parent") Dialog("Common Controls").WinTreeView("SysTreeView32").Collapse (sPath) cTabs = cTabs - 1 sPath = Dialog("Common Controls").WinTreeView("SysTreeView32").GetITemProperty(sPath, "NextSibling ") End If Wend MsgBox sReport
GetItemsCount Method
Description
Returns the number of nodes in the tree view.
Syntax
object.GetItemsCount
Return Type
A long integer value.
Example
'The following example uses the GetItemsCount method to return the 'number of nodes in the SysTreeView32 tree view. With Window("WinBurger") With .Dialog("Food Inventory") cnt = .WinTreeView("SysTreeView32").GetItemsCount End With End With
GetSelection Method
Description
Returns all of the selected nodes in the tree view.
Syntax
object.GetSelection
Return Type
A String value.
The returned string contains all of the selected nodes in the tree-view control separated by VBScript line feed characters.
Example
'The following example uses the GetSelection method to return the 'selected item in the SysTreeView32 tree view. With Window("WinBurger") With .Dialog("Food Inventory") sel = .WinTreeView("SysTreeView32").GetSelection End With End With
GetSubItem Method
Description
Returns the Column value of a tree control.
Syntax
object.GetSubItem (Item, SubItemIndex)
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the sub-item to retrieve. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. |
SubItemIndex |
Required. An integer value. The numeric index of the sub-item you want to retrieve. If no value is specified, the first sub-item (index = 0) is used. |
Return Type
A String value.
GetTextLocation Method
Description
Checks whether the specified text string is contained in the specified window area.
Syntax
object.GetTextLocation (TextToFind, Left, Top, Right, Bottom, [MatchWholeWordOnly])
Arguments
Parameter | Description |
---|---|
TextToFind |
Required. A String value. The text string you want to locate. |
Left |
Required. A Variant. The left coordinate of the search area within the window or screen, as a long integer. |
Top |
Required. A Variant. The top coordinate of the search area within the window or screen, as a long integer. |
Right |
Required. A Variant. The right coordinate of the search area within the window or screen, as a long integer. |
Bottom |
Required. A Variant. The bottom coordinate of the search area within the window or screen, as a long integer. Note: Set the Left, Top, Right, and Bottom coordinates to -1 to search for the text string within the object's entire window. |
MatchWholeWordOnly |
Optional. A Boolean value. If True, the method searches for occurrences that are whole words only and not part of a larger word. If False, the method does not restrict the results to occurrences that are whole words only. Default value = True |
Return Type
A Boolean value.
IMPORTANT
- The text to capture must be visible in the application window when the step runs.
- This method returns True only if the TextToFind argument value is found within a single line in the specified area. The text search restarts on each line of text.
- If the TextToFind argument value includes a space, then this method searches for that text as whole words, regardless of the value set in the MatchWholeWords argument. For example, if you search for "a b" and the text "bla bla" exists, the method will still return False. However, if the MatchWholeWords argument is set to False, then a search for "la" in an area where "bla bla" exists, would return True.
- If the text is found (return value = True) and if the Left, Top, Right, and Bottom arguments are supplied as variables, then the method also returns the exact coordinates of the specified text to the supplied arguments (the returned coordinates overwrite the supplied ones).
- The results of this method may be different depending on the settings selected in the Text Recognition pane of the Options dialog box (Tools menu > Options item > GUI Testing tab > Text Recognition pane).
- The results of this method may be different in different run sessions depending on the operating system version you are using, service packs you have installed, other installed toolkits, or the APIs used in your application. Therefore, when possible, it is highly recommended to use the GetROProperty method to retrieve the value of the text (or equivalent) property from an object in your application instead of using the GetTextLocation method.
- By default, when UFT One captures text for a text/text area checkpoint or output value step using the GetText, GetTextLocation, or GetVisibleText methods, it tries to retrieve the text directly from the object using a Windows API-based mechanism. If UFT One cannot capture the text this way (for example, because the text is part of a picture), it tries to capture the text using an OCR (optical character recognition) mechanism. For details about changing this behavior, see the Can QuickTest Professional Text Recognition behavior be modified Knowledgebase article (number KM202721).
GetVisibleText Method
Description
Returns the text from the specified area.
Syntax
object.GetVisibleText ([Left], [Top], [Right], [Bottom])
Arguments
Parameter | Description |
---|---|
Left |
Optional. A long integer value. The left coordinate of the search area within the object's window. Default value = -1 |
Top |
Optional. A long integer value. The top coordinate of the search area the object's window. Default value = -1 |
Right |
Optional. A long integer value. The right coordinate of the search area within the object's window. Default value = -1 |
Bottom |
Optional. A long integer value. The bottom coordinate of the search area a within the object's window. Note: If the Left, Top, Right, and Bottom arguments are not specified, the method returns all of the text within the visible part of the specified object. Default value = -1 |
Return Type
A String value.
IMPORTANT
- The text to capture must be visible in the application window when the step runs.
- The area is defined by pairs of coordinates that designate two diagonally opposite corners of a rectangle.
- The results of this method may be different depending on the settings selected in the Text Recognition pane of the Options dialog box (Tools menu > Options item > GUI Testing tab > Text Recognition node).
- The results of this method may be different in different run sessions depending on the operating system version you are using, service packs you have installed, other installed toolkits, or the APIs used in your application. Therefore, when possible, it is highly recommended to use the GetROProperty method to retrieve the value of the text (or equivalent) property from an object in your application instead of using the GetVisibleText method.
- By default, when UFT One captures text for a text/text area checkpoint or output value step using the GetText, GetTextLocation, or GetVisibleText methods, it tries to retrieve the text directly from the object using a Windows API-based mechanism. If UFT One cannot capture the text this way (for example, because the text is part of a picture), it tries to capture the text using an OCR (optical character recognition) mechanism. For details about changing this behavior, see the Can QuickTest Professional Text Recognition behavior be modified Knowledgebase article (number KM202721).
MouseMove Method
Description
Moves the mouse pointer to the designated position inside the object.
Syntax
object.MouseMove X, Y
Arguments
Parameter | Description |
---|---|
X |
Required. An integer value. The x-coordinate of the mouse pointer, relative to the upper left corner of the object. |
Y |
Required. An integer value. The y-coordinate of the mouse pointer, relative to the upper left corner of the object. |
Return Type
None
Select Method
Description
Selects a node in the tree view.
Syntax
object.Select Item, [BUTTON], [Offset]
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node whose check box you want to select. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
BUTTON |
Optional. A predefined constant or number. A pre-defined constant or number. See the Constants table, below. The mouse button used to click the node. Default value = micLeftBtn |
Offset |
Optional. An integer value. The horizontal offset (in pixels) of the click location relative to the left margin of the node's text. This argument can be used only if the BUTTON argument is defined. The default value is the center of the object. Default value = -1 |
Return Type
None
Example
'The following example uses the Select method to select the node with 'the right mouse button, with an offset of 20 pixels: Dialog("Search").WinTreeView("SysTreeView32").Select "Green", 1, 20
SetItemState Method
Description
Sets the state of the check box icon of the specified node in the tree view.
Syntax
object.SetItemState Item, State
Arguments
Parameter | Description |
---|---|
Item |
Required. A Variant. The full path of the node whose check box you want to set. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0. Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimiter" setting value. For example, Setting.Item("TreePathDelimiter") = "#" |
State |
Required. An integer value. The state you want to set. The state can either be an index, or one of the following state constants: micChecked (1)--Selects the node check box. micUnchecked (0)--Clears the node check box. micClick (-1)--Clicks the node icon. micDblClick (-2)--Double-clicks the node icon. |
Return Type
None
Example
'The following example uses the SetItemState method to clear the 'check box icon of the Child node in the tree view. Dialog("Search").WinTreeView("SysTreeView32").SetItemState "Root1;Child", micUnchecked
'The following example uses the SetItemState method to set the state 'icon of the Child node in this tree view, which has more than two states. Dialog("Search").WinTreeView("SysTreeView32").SetItemState "Root1;Child", 3
'The following example uses the SetItemState method to double click the check box 'icon of the Child node in the tree view. Dialog("Search").WinTreeView("SysTreeView32").SetItemState "Root1;Child", micDblClick
Type Method
Description
Types the specified string in the object.
Syntax
object.Type KeyboardInput
Arguments
Parameter | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
KeyboardInput |
Required. A String value. The text string and/or constants representing non-alphanumeric keys. The following constants are available:
|
Return Type
None
IMPORTANT
Although the Type method is supported for most objects, if you enter a Type statement for an object in which a user cannot enter text, the method has no visual effect.
See also: