Vcl.ComCtrls.TToolButton.Marked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Marked: Boolean read FMarked write SetMarked default False;

C++

__property bool Marked = {read=FMarked, write=SetMarked, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButton

Description

Specifies whether the button is marked.

Use Marked to get or set whether the button is marked. A marked button has a shaded surface.

See Also