Vcl.ActnMan.TCheckBoxProperties.DoSetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetWidth; virtual;

C++

virtual void __fastcall DoSetWidth();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCheckBoxProperties

Description

DoSetWidth forces the underlying TCustomActionControl to redraw.

DoSetWidth forces the redrawing of TCustomActionControl, used to draw the parent action client item.

See Also