_CommandBars.DisableAskAQuestionDropdown 属性

定义

确定是否禁用 AskAQuestion 下拉列表。 始终返回 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; }
[<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 Property DisableAskAQuestionDropdown As Boolean

属性值

Boolean

始终返回 true

属性

注解

尝试将此属性设置为任何其他值将导致引发异常。

适用于