Skip to content

Customizable Property

Description

Gets/Sets a Boolean value indicating whether the command bar is customizable. If false, this command bar cannot be customized.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Customizable() As Boolean

Example

Customizable Example 1 (Visual Basic)

This sample code illustrates how to enable command bar customization.

CommandBars.EnableCustomization(True)

Customizable Example 2 (Visual Basic)

This sample code illustrates how to disable command bar customization for a specific command bar.

CommandBars(2).Customizable = False

See Also

MiniToolBar Object


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.