Class TCastleMenuButton
Unit
CastleOnScreenMenu
Declaration
type TCastleMenuButton = class(TCastleButton)
Description
Warning: this symbol is deprecated: use TCastleOnScreenMenuItem
No description available, ancestor TCastleButton description follows
Clickable button.
This is TCastleUserInterface descendant, so to use it just add it to the TCastleWindowBase.Controls or TCastleControlBase.Controls list. You will also usually want to adjust position (TCastleButton.Left, TCastleButton.Bottom), TCastleButton.Caption, and assign TCastleButton.OnClick (or ovevrride TCastleButton.DoClick).
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
|
Properties
 |
property CustomBackground default true; |
|
|
 |
property CustomTextColorUse default true; |
|
|
 |
property PaddingHorizontal default 0; |
|
|
 |
property PaddingVertical default 0; |
|
|
Generated by PasDoc 0.16.0.