CommandBarsClass.DisableAskAQuestionDropdown 属性

定义

确定是否禁用 AskAQuestion 下拉列表。 始终返回 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

属性值

Boolean

始终返回 true

实现

属性

继承者说明

Visual Studio 不支持此功能,因此此属性应始终返回 true。 如果尝试将此属性设置为任何其他值,则会引发异常。

适用于