TreeView.DeleteItem Method (Usual) | |
Delete a tree view item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD DeleteItem(
oItem AS USUAL
) AS LOGIC
public virtual bool DeleteItem(
Usual oItem
)
Request Example
View SourceParameters
- oItem
- Type: Usual
The TreeViewItem object representing the tree view item to be deleted.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also