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.

Category
Align & shapes
Unit
uMlQQAlign.pas
Inherits from
TComponent

Notes

  • Turn it on with Active; Anchors chooses 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

NameTypeDefaultDescription
AboutTMlAboutInfoA 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.
ActiveBooleanTurns edge auto-hide on.
AnchorsTAnchorsWhich 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.