RibbonControlSizeDefinition.IsCollapsed Property

Definition

Gets or sets a value that indicates whether a control is collapsed.

public:
 property bool IsCollapsed { bool get(); void set(bool value); };
public bool IsCollapsed { get; set; }
member this.IsCollapsed : bool with get, set
Public Property IsCollapsed As Boolean

Property Value

true if a control is collapsed; otherwise, false.

Applies to