Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroup Class / EditableToolStyle Property

In This Topic
    EditableToolStyle Property (RibbonGroup)
    In This Topic
    Gets or sets the style applied to editable tools.
    Syntax
    'Declaration
     
    
    Public Property EditableToolStyle As Style
    public Style EditableToolStyle {get; set;}
    Remarks
    The editable tools need to keep the borders even if the rest of the tools don't use it.
    See Also