|
TSRVGraphicControl is the base class for lightweight SRVControls.
Unit SRVControl;
Syntax
TSRVGraphicControl = class(TGraphicControl);
Hierarchy
TObject
TPersistent
TComponent
TControl
TGraphicControl
Properties and events
Public properties:
Property
|
Type
|
Default value
|
Meaning
|
Alignment
|
TAlignment
|
taLeftJustify
|
|
Autosize
|
Boolean
|
True
|
|
BackgroundColor
|
TColor
|
$881C10
|
|
DrawOnPrint
|
Boolean
|
True
|
if True, this control will be printed
|
ForegroundColor
|
TColor
|
clWhite
|
|
IsMouseDown
|
Boolean
|
|
Read-only. Returns True if the user pressed the left mouse button above the control.
|
MouseIn
|
Boolean
|
|
Read-only. Returns True, if the mouse pointer is above the control
|
Offset
|
Integer
|
1
|
|
Published events:
•OnMouseEnter, OnMouseLeave (TNotifyEvent) occur when the mouse pointer enter/leaves the control. Protected properties:
Property
|
Type
|
Default value
|
Meaning
|
SkinManager
|
TSRVSkinManager
|
|
A link to a skin manager component.
|
SkinSchemeIndex
|
Integer
|
0
|
Index in a scheme in SkinManager.CurrentSkin (a scheme depends on the control type)
|
Inherited components
TSRVLabel
|