Vcl.ActnMan.TCustomActionBar.IsCustomStyleActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCustomStyleActive: Boolean; override;

C++

virtual bool __fastcall IsCustomStyleActive();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Indicates whether the active style is a custom style.

Vcl.ActnMan.TCustomActionBar.IsCustomStyleActive inherits from Vcl.Controls.TControl.IsCustomStyleActive. All content below this line refers to Vcl.Controls.TControl.IsCustomStyleActive.

Indicates whether the active style is a custom style. IsCustomStyleActive returns True if the active style is a custom style, and False if it is a system style.

See Also