Class LPTransparentControl.TLPTransparentControl
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 13:52, 26 October 2012
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: LPTransparentControl
Inherits: TLPControlDrawLayer
Contents |
Syntax
Delphi:
type TLPTransparentControl = class( TLPControlDrawLayer )
C++ Builder:
class TLPTransparentControl : public TLPControlDrawLayer
Visual C++ (MFC):
class CTLPTransparentControl : public CTLPControlDrawLayer
C# (.NET):
public ref class TLPTransparentControl : Mitov.SignalLab.ControlDrawLayer
Summary
Base class for LabPacks transparent controls.
Description
Defines base class for LabPacks transparent controls.
Properties
Published
- Transparent - Specifies if the component will be transparent.
Methods
Public
- procedure SetParent(AParent : TWinControl)
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure SetTransparentBackground(ABitmap : TBitmap) - Sets the background bitmap for the component.
- procedure InvalidateBackground()
From TSLCustomControlItem
Properties
Public
- Index - Returns the Index of the component item in the collection.
- ComponentList - Specifies the optional component list owner.
Methods
Public
- function GetParentComponent() : TComponent
- function HasParent() : Boolean
- procedure SetParent(AParent : TWinControl)
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- procedure SetParentComponent(AValue : TComponent)
From TLPCustomControl
Properties
Published
Methods
Public
- procedure InvalidateIntRect(ARect : TRect)
- function GetMouseCursorPos() : TMousePoint
- function GetIntegerMouseCursorPos() : TPoint