Vcl.Ribbon.TRibbonTabs.DesignerAdd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignerAdd: Boolean read FDesignerAdd write FDesignerAdd;

C++

__property bool DesignerAdd = {read=FDesignerAdd, write=FDesignerAdd, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonTabs

Description

Indicates whether the Designer was used to add a component.

See Also