Share via


_CommandBars.DisableCustomize 属性

定义

确定是否禁用工具栏自定义。

public:
 property bool DisableCustomize { bool get(); void set(bool value); };
public bool DisableCustomize { get; set; }
member this.DisableCustomize : bool with get, set
Public Property DisableCustomize As Boolean

属性值

注解

如果禁用工具栏自定义,则返回的值为 True ;如果启用, 则为 False

适用于