FormReferenceGroupControl.leftMode 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
| leftMode() | 
						 Sets the horizontal arrange mode for the control in the form.  | 
        	
| leftMode(Int32) | 
leftMode()
Sets the horizontal arrange mode for the control in the form.
public:
 override int leftMode();
	public override int leftMode();
	override this.leftMode : unit -> int
	Public Overrides Function leftMode () As Integer
	Returns
The horizontal arrange mode for the control in the form.
Applies to
leftMode(Int32)
public:
 override int leftMode(int _value);
	public override int leftMode(int _value);
	override this.leftMode : int -> int
	Public Overrides Function leftMode (_value As Integer) As Integer
	Parameters
- _value
 - Int32
 
An integer value that indicates the horizontal arrange mode for the control; optional.