TMlQQAlign
Edge auto-hide: the form snaps to a screen edge and slides out of sight, like the QQ main panel, reappearing when the mouse approaches.
Notes
- Turn it on with
Active;Anchorschooses which screen edges it may snap to. - Dragging the form to a screen edge triggers the snap.
Example
From the demo MlSkin.MainDemo.v3.0 (.dfm form file)
object mlqlgn1: TMlQQAlign
Active = False
Left = 384
Top = 507
end
Properties 3
| Name | Type | Default | Description |
|---|---|---|---|
About | TMlAboutInfo | — | A design-time property: double-clicking it in the Object Inspector opens the MLSkin about box with the component version. It has no effect at run time and is not stored in the .dfm. |
Active | Boolean | — | Turns edge auto-hide on. |
Anchors | TAnchors | — | Which screen edges the form may snap to — top, bottom, left, right, in any combination. |
Only the properties and events MLSkin adds are listed here. Standard VCL properties such as Align, Anchors, Font and OnClick are available too and behave exactly as on the stock controls.
Offline helpA PDF / CHM version is available for offline reading.