FormIntControl.left Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
left(Int32) |
Gets or sets the horizontal position of the control in the form. |
left(Int32, Int32) |
left(Int32)
Gets or sets the horizontal position of the control in the form.
public:
override int left(int num1);
public override int left (int num1);
override this.left : int -> int
Public Overrides Function left (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
The horizontal position of the control in the form.
Applies to
left(Int32, Int32)
public:
override int left(int _value, int _mode);
public override int left (int _value, int _mode);
override this.left : int * int -> int
Public Overrides Function left (_value As Integer, _mode As Integer) As Integer
Parameters
- _value
- Int32
An integer value that indicates the horizontal arrange mode for the control; optional.
- _mode
- Int32
An integer value that indicates the horizontal arrange mode for the control; optional.