_CommandBars.DisableCustomize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether user customizations have been disabled.
public:
property bool DisableCustomize { bool get(); void set(bool value); };
public:
property bool DisableCustomize { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809369)]
public bool DisableCustomize { [System.Runtime.InteropServices.DispId(1610809369)] get; [System.Runtime.InteropServices.DispId(1610809369)] set; }
public bool DisableCustomize { get; set; }
[<System.Runtime.InteropServices.DispId(1610809369)>]
[<get: System.Runtime.InteropServices.DispId(1610809369)>]
[<set: System.Runtime.InteropServices.DispId(1610809369)>]
member this.DisableCustomize : bool with get, set
member this.DisableCustomize : bool with get, set
Public Property DisableCustomize As Boolean
Property Value
true
if user customizations have been disabled, otherwise false
.
- Attributes