Vcl.BandActn.TCustomizeActionBars.CustomizeDlg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomizeDlg: TCustomizeDlg read FCustomizeDlg;

C++

__property Vcl::Customizedlg::TCustomizeDlg* CustomizeDlg = {read=FCustomizeDlg};

Properties

Type Visibility Source Unit Parent
property published
Vcl.BandActn.pas
Vcl.BandActn.hpp
Vcl.BandActn TCustomizeActionBars

Description

Provides access to the dialog that implements the customize dialog.

Read CustomizeDlg to access the dialog that TCustomizeActionBars displays when you call the Show method.

See Also