Class TIWBSButonGroupOptions
Unit
IWBSRegionCommon
Declaration
type TIWBSButonGroupOptions = class(TPersistent)
Description
Hierarchy
- TPersistent
- TIWBSButonGroupOptions
Overview
Methods
 |
constructor Create(AOwner: TComponent); |
 |
procedure Assign(Source: TPersistent); override; |
Properties
 |
property Justified: boolean read FJustified write FJustified default false; |
 |
property Size: TIWBSSize read FSize write FSize default bsszDefault; |
 |
property Vertical: boolean read FVertical write FVertical default false; |
Description
Methods
 |
constructor Create(AOwner: TComponent); |
|
 |
procedure Assign(Source: TPersistent); override; |
|
Properties
 |
property Justified: boolean read FJustified write FJustified default false; |
|
 |
property Size: TIWBSSize read FSize write FSize default bsszDefault; |
|
 |
property Vertical: boolean read FVertical write FVertical default false; |
|
Generated by PasDoc 0.14.0.
|