Class TUIControlFont
Unit
CastleControls
Declaration
type TUIControlFont = class(TUIControlPos)
Description
Base class for all controls inside an OpenGL context using a font.
Hierarchy
Overview
Methods
Properties
 |
property Tooltip: string read FTooltip write FTooltip; |
Description
Methods
 |
procedure DrawTooltip; override; |
|
 |
procedure GLContextOpen; override; |
|
Properties
 |
property Tooltip: string read FTooltip write FTooltip; |
Tooltip string, displayed when user hovers the mouse over a control.
Note that you can override TUIControl.TooltipStyle and TUIControl.DrawTooltip to customize the tooltip drawing.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:50
|