TreeView.GetItemAttributes Method | |
Return a tree view item given its symbolic name.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemAttributes(
symItem
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemAttributes(
Usual symItem = default
)
Request Example
View SourceParameters
- symItem (Optional)
- Type: Usual
The symbolic name of the tree view item to be returned.
Return Value
Type:
Usual
The tree view item specified by the symbolic name.
See Also