RibbonMenuItem.IsDropDownPositionedLeft Property
Gets a value that indicates whether the menu drop-down is positioned to the left of the menu button.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property IsDropDownPositionedLeft As Boolean
public bool IsDropDownPositionedLeft { get; private set; }
public:
property bool IsDropDownPositionedLeft {
bool get ();
private: void set (bool value);
}
member IsDropDownPositionedLeft : bool with get, private set
function get IsDropDownPositionedLeft () : boolean
private function set IsDropDownPositionedLeft (value : boolean)
Property Value
Type: System.Boolean
true if menu drop-down is positioned to the left of the menu button; 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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.