Spread Windows Forms 17
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
    public virtual bool ShowColorName {get; set;}
    See Also