Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / GripHandleVisible Property


In This Topic
    GripHandleVisible Property (RibbonColorPicker)
    In This Topic
    Gets or sets a value indicating whether the drop-down can be resized.
    Syntax
    'Declaration
     
    
    Public Property GripHandleVisible As Boolean
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As Boolean
     
    instance.GripHandleVisible = value
     
    value = instance.GripHandleVisible
    public bool GripHandleVisible {get; set;}
    See Also