Vcl.Ribbon.TCustomActionControlBar.CreatingControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreatingControls: Boolean read FCreatingControls;

C++

__property bool CreatingControls = {read=FCreatingControls, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomActionControlBar

Description

CreatingControls specifies whether ribbon controls are being created.

Use CreatingControls to specify whether ribbon controls are being created on the action control bar.

See Also