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


In This Topic
    GripHandleVisible Property (RibbonMenu)
    In This Topic
    Gets or sets the text associated with the C1RibbonMenu.
    Syntax
    'Declaration
     
    
    Public Property GripHandleVisible As Boolean
    'Usage
     
    
    Dim instance As RibbonMenu
    Dim value As Boolean
     
    instance.GripHandleVisible = value
     
    value = instance.GripHandleVisible
    public bool GripHandleVisible {get; set;}
    See Also