[]
        
(Showing Draft Content)

C1.WPF.Ribbon.ToolLabelVisibility

ToolLabelVisibility Enum

Specifies the visibility of the label of a tool.

Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
public enum ToolLabelVisibility
Remarks

Inherited value allows C1Ribbon and C1ToolStrip to set a specific value.

Fields

Name Description
Collapsed

The label is not visible.

Inherited

The visibility will be determined by the parent C1Ribbon or C1ToolStrip control.

Visible

The label is visible.