FormControl.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:
virtual int left(int num1);
public virtual int left (int num1);
abstract member left : int -> int
override this.left : int -> int
Public Overridable 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:
virtual int left(int _value, int _mode);
public virtual int left (int _value, int _mode);
abstract member left : int * int -> int
override this.left : int * int -> int
Public Overridable 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.