CommandBarsClass.DisableAskAQuestionDropdown Property

Definition

Determines whether the AskAQuestion dropdown is disabled. Always returns true.

public:
 virtual property bool DisableAskAQuestionDropdown { bool get(); void set(bool value); };
public:
 virtual property bool DisableAskAQuestionDropdown { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809371)]
public virtual bool DisableAskAQuestionDropdown { [System.Runtime.InteropServices.DispId(1610809371)] get; [System.Runtime.InteropServices.DispId(1610809371)] set; }
[<System.Runtime.InteropServices.DispId(1610809371)>]
[<get: System.Runtime.InteropServices.DispId(1610809371)>]
[<set: System.Runtime.InteropServices.DispId(1610809371)>]
member this.DisableAskAQuestionDropdown : bool with get, set
Public Overridable Property DisableAskAQuestionDropdown As Boolean

Property Value

Always returns true.

Implements

Attributes

Notes to Inheritors

Visual Studio does not support this feature, so this property should always return true. Attempting to set this property with any other value should cause an exception to be thrown.

Applies to