Unicode Controls & Classes for VB6 - Version 4

ucTreeView.IsValidKey Function

Checks if the given key is valid (if it is used in a node)

Syntax
Public Function IsValidKey (ByVal Key As String) As Boolean
Parameters
Parameter Description
ByVal Key As String The key to check
Remarks