RibbonMenuButton.IsDropDownPositionedAbove 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 a value that indicates whether the menu drop-down is shown above the menu button.
public:
property bool IsDropDownPositionedAbove { bool get(); };
public bool IsDropDownPositionedAbove { get; }
member this.IsDropDownPositionedAbove : bool
Public ReadOnly Property IsDropDownPositionedAbove As Boolean
Property Value
true
if the menu drop-down is shown above the menu button; otherwise, false
. The registered default is true
. For more information about what can influence the value, see Dependency Property Value Precedence.
Remarks
The menu-drop is displayed above the menu button if it is near the edge of the screen and there is not enough space for it below the menu button.
Dependency Property Information
Identifier field | IsDropDownPositionedAboveProperty |
Metadata properties set to true |
None |