_CommandBarButton.IsPriorityDropped Property

Definition

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.

Applies to