Share via


RibbonGroup.IsDropDownOpen Property

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

Remarks

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

.NET Framework Security

See Also

Reference

RibbonGroup Class

Microsoft.Windows.Controls.Ribbon Namespace