Class TCastlePanel
Unit
CastleControls
Declaration
type TCastlePanel = class(TUIControlSizeable)
Description
Panel or a toolbar control. Use as a background for other controls like buttons. You can add vertical separators to separate groups of controls on the panel.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure Render; override; |
|
 |
class function SeparatorSize: Cardinal; |
|
Properties
 |
property VerticalSeparators: TCardinalList read FVerticalSeparators; |
Separator lines drawn on panel. Useful if you want to visually separate groups of contols (like a groups of buttons when you use this panel as a toolbar).
Values are the horizontal positions of the separators (with respect to this panel Left). Width of the separator is in SeparatorSize.
|
Generated by PasDoc 0.15.0.
|