CommandBarComboBoxClass.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.
Always returns false
.
public:
virtual property bool IsPriorityDropped { bool get(); };
public:
virtual property bool IsPriorityDropped { bool get(); };
[System.Runtime.InteropServices.DispId(1610874925)]
public virtual bool IsPriorityDropped { [System.Runtime.InteropServices.DispId(1610874925)] get; }
[<System.Runtime.InteropServices.DispId(1610874925)>]
[<get: System.Runtime.InteropServices.DispId(1610874925)>]
member this.IsPriorityDropped : bool
Public Overridable 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.