Ribbon.IsDropDownOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the drop-down for a RibbonTab 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 for a RibbonTab is open; otherwise, false
. The registered default is false
. For more information about what can influence the value, see Dependency Property Value Precedence.
Remarks
When the IsMinimized property is true
, the Quick Access Toolbar, Application Menu, and tab headers are shown, but the tab contents are put in a drop-down and are not shown by default. When a user selects a tab header, the drop-down for the tab is opened and its contents are shown. Selecting or deselecting the tab header toggles the IsDropDownOpen property between true
and false
.
If the IsMinimized property is false
, the IsDropDownOpen property is also false
.
Dependency Property Information
Identifier field | IsDropDownOpenProperty |
Metadata properties set to true |
None |