Share via


RibbonMenuButton.IsDropDownOpen Property

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

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property IsDropDownOpen As Boolean
public bool IsDropDownOpen { get; set; }
public:
property bool IsDropDownOpen {
    bool get ();
    void set (bool value);
}
member IsDropDownOpen : bool with get, set
function get IsDropDownOpen () : boolean
function set IsDropDownOpen (value : boolean)

Property Value

Type: System.Boolean
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.

Dependency Property Information

Identifier field

IsDropDownOpenProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonMenuButton Class

Microsoft.Windows.Controls.Ribbon Namespace