TreeView.SortChildren Method | |
Sort the child tree view items of an item using the user-defined sort method specified by EnableSort().
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SortChildren(
symParentName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SortChildren(
Usual symParentName = default
)
Request Example
View SourceParameters
- symParentName (Optional)
- Type: Usual
The symbolic name of the tree view item whose children will be sorted.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also