Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / ShowColorName Property


In This Topic
ShowColorName Property
In This Topic
Gets or sets the whether the color picker displays the name of the currently selected color.
Syntax
'Declaration
 
Public Overridable Property ShowColorName As Boolean
 
'Usage
 
Dim instance As ColorPicker
Dim value As Boolean
 
instance.ShowColorName = value
 
value = instance.ShowColorName
See Also