_CommandBars.DisableAskAQuestionDropdown Property
Determines if the Answer Wizard dropdown menu is enabled.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property DisableAskAQuestionDropdown As Boolean
Get
Set
'Usage
Dim instance As _CommandBars
Dim value As Boolean
value = instance.DisableAskAQuestionDropdown
instance.DisableAskAQuestionDropdown = value
bool DisableAskAQuestionDropdown { get; set; }
Property Value
Type: System.Boolean
Remarks
The returned value is True if the Answer Wizard dropdown menu is enabled; False if disabled.