RibbonMenuButton.IsDropDownOpen Property

Definition

Gets or sets a value that indicates whether the drop-down 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

Dependency Property Information

Identifier field IsDropDownOpenProperty
Metadata properties set to true None

Applies to