_CommandBars.AdaptiveMenus 属性

定义

确定控件集是否由使用情况决定。 始终返回 false

public:
 property bool AdaptiveMenus { bool get(); void set(bool value); };
public:
 property bool AdaptiveMenus { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809363)]
public 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 Property AdaptiveMenus As Boolean

属性值

Boolean

false.

属性

注解

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

适用于