CommandBarsClass.AdaptiveMenus 属性

定义

确定控件集是否由使用情况决定。

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

属性值

Boolean

始终返回 false

实现

属性

注解

此属性始终返回 false ,尝试将此属性设置为其他值将导致引发异常。

适用于