_CommandBarButton.IsPriorityDropped 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.
Determines whether the priority has been lowered. Always returns false
.
public:
property bool IsPriorityDropped { bool get(); };
public:
property bool IsPriorityDropped { bool get(); };
[System.Runtime.InteropServices.DispId(1610874925)]
public bool IsPriorityDropped { [System.Runtime.InteropServices.DispId(1610874925)] get; }
[<System.Runtime.InteropServices.DispId(1610874925)>]
[<get: System.Runtime.InteropServices.DispId(1610874925)>]
member this.IsPriorityDropped : bool
Public ReadOnly Property IsPriorityDropped As Boolean
Property Value
Always returns false
.
Implements
- Attributes
Remarks
Attempting to set this property with any other value will cause an exception to be thrown.