CommandBarPopup::IsPriorityDropped Property

 

Always returns false.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874925)]
property bool IsPriorityDropped {
	[DispIdAttribute(1610874925)]
	bool get();
}

Property Value

Type: System::Boolean

Always returns false.

Attempting to set this property with any other value will cause an exception to be thrown.

Return to top
Show: