TreeView.GetItemAttributes Method (Symbol) | |
Return a tree view item given its symbolic name.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemAttributes(
symItem AS SYMBOL
) AS TreeViewItem
public virtual TreeViewItem GetItemAttributes(
Symbol symItem
)
Request Example
View SourceParameters
- symItem
- Type: Symbol
The symbolic name of the tree view item to be returned.
Return Value
Type:
TreeViewItem
The tree view item specified by the symbolic name.
See Also