_CommandBars.DisableAskAQuestionDropdown 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 AskAQuestion dropdown is disabled. Always returns true
.
public:
property bool DisableAskAQuestionDropdown { bool get(); void set(bool value); };
public:
property bool DisableAskAQuestionDropdown { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809371)]
public bool DisableAskAQuestionDropdown { [System.Runtime.InteropServices.DispId(1610809371)] get; [System.Runtime.InteropServices.DispId(1610809371)] set; }
public bool DisableAskAQuestionDropdown { get; 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
member this.DisableAskAQuestionDropdown : bool with get, set
Public Property DisableAskAQuestionDropdown As Boolean
Property Value
Always returns true
.
- Attributes
Remarks
Attempting to set this property with any other value will cause an exception to be thrown.