Sdílet prostřednictvím


_CommandBars.DisableCustomize Property

Determines if toolbar customization is disabled.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DisableCustomize As Boolean
    Get
    Set
'Usage
Dim instance As _CommandBars
Dim value As Boolean

value = instance.DisableCustomize

instance.DisableCustomize = value
bool DisableCustomize { get; set; }

Property Value

Type: System.Boolean

Remarks

The returned value is True if toolbar customization is disabled; False if enabled.

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace