CommandBarsClass.DisableCustomize Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property DisableCustomize As Boolean
Get
Set
'Usage
Dim instance As CommandBarsClass
Dim value As Boolean
value = instance.DisableCustomize
instance.DisableCustomize = value
public virtual bool DisableCustomize { get; set; }
Property Value
Type: System.Boolean