Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Office2010ColorPicker Class / HasNoColorButton Property


In This Topic
    HasNoColorButton Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property HasNoColorButton As Boolean
    'Usage
     
    
    Dim instance As Office2010ColorPicker
    Dim value As Boolean
     
    instance.HasNoColorButton = value
     
    value = instance.HasNoColorButton
    public bool HasNoColorButton {get; set;}
    See Also