TControlOffset Class

Namespace: System.UI.Controls
TObject
  System.UI.Controls.TControlOffset
    System.UI.Controls.TControlMargin
    System.UI.Controls.TControlPadding
type
 TControlOffset = class(TObject)
 end;

The TControlOffset type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TControlOffset class.

Top
Show:
 NameDescription
Bottom

Represents property Bottom.

Left

Represents property Left.

Right

Represents property Right.

Top

Represents property Top.

Top
Show:
 NameDescription
GetBottom

Represents method GetBottom.

GetLeft

Represents method GetLeft.

GetRight

Represents method GetRight.

GetTop

Represents method GetTop.

SetBottom(Integer)

Represents method SetBottom(Integer).

SetBounds(Integer,Integer,Integer,Integer)

Represents method SetBounds(Integer,Integer,Integer,Integer).

SetLeft(Integer)

Represents method SetLeft(Integer).

SetRight(Integer)

Represents method SetRight(Integer).

SetTop(Integer)

Represents method SetTop(Integer).

Top

TControlOffset is an abstract base class and can not be instantiated directly.