Create(TdxFramedControl) Constructor
Initializes a new instance of the TdxControlFrameDragOptions class with specified settings.
Declaration
constructor Create(AControl: TdxFramedControl); reintroduce;
Parameters
Name | Type | Description |
---|---|---|
AControl | TdxFramedControl | The framed control to which the frame drag settings belong. |
Remarks
A framed control automatically creates its frame border drag settings.
See Also