RibbonGroup.IsDropDownOpen Property

Definition

Gets or sets a value that indicates whether the drop-down for the group is open.

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

Property Value

true if the drop-down is open; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

In the collapsed state, a ribbon group looks and behaves like a drop-down button.

Dependency Property Information

Identifier field IsDropDownOpenProperty
Metadata properties set to true None

Applies to