Skip to content

ShowCustomizeDialog Method

Description

Displays the commandbars "Customize" dialog box with the option to specify which tab is displayed when opened.

Syntax

Public Sub ShowCustomizeDialog( _
    ByVal [ActiveTab] As Integer _
)

Parameters

  • ActiveTab: Index of the tab in the commandbars "Customize" dialog that should be active when the dialog is opened.

Remarks

ShowCustomizeDialog is used to display the commandbars "Customize" dialog. This has the same effect as adding a command with Id 35001, which can also be found in the XTPCommandBarsSpecialCommands enumeration.

The ShowKeyboardPage, ShowOptionsPage, and ShowRibbonQuickAccessPage properties can be used to hide or show the Keyboard, Options, and Ribbon Quick Access pages in the commandbars "Customize" dialog.

See Also


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