dotnetCHARTING Send comments on this topic.
HasKeys Property
See Also 
dotnetCHARTING Namespace > SmartPalette Class : HasKeys Property



Gets a value indicating whether the SmartPalette has entries.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HasKeys As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim value As Boolean
 
value = instance.HasKeys
C# 
public bool HasKeys {get;}
C++/CLI 
public:
property bool HasKeys {
   bool get();
}

See Also