Class TIWBSRegion
Unit
IWBSRegion
Declaration
type TIWBSRegion = class(TIWBSCustomRegion)
Description
no description available, TIWBSCustomRegion description follows Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function GetRoleString: string; override; |
|
Properties
 |
property BSPanelStyle: TIWBSPanelStyle read FPanelStyle write SetPanelStyle default bspsDefault; |
|
 |
property BSRegionType: TIWBSRegionType read FRegionType write SetRegionType default bsrtIWBSRegion; |
|
 |
property BSRelativeSize: TIWBSRelativeSize read FRelativeSize write SetRelativeSize default bsrzDefault; |
|
 |
property Collapse: boolean read FCollapse write SetCollapse default False; |
|
 |
property CollapseVisible: boolean read FCollapseVisible write SetCollapseVisible default False; |
|
Generated by PasDoc 0.14.0.
|