FormGroupControl.arrangeMethod 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
arrangeMethod() |
Sets or returns an integer value that indicates how controls in a form group control are arranged. |
arrangeMethod(Int32) |
arrangeMethod()
Sets or returns an integer value that indicates how controls in a form group control are arranged.
public:
virtual int arrangeMethod();
public virtual int arrangeMethod ();
abstract member arrangeMethod : unit -> int
override this.arrangeMethod : unit -> int
Public Overridable Function arrangeMethod () As Integer
Returns
An integer value that indicates how controls in a form group control are arranged.
Remarks
You can use an ArrangeMethod enumeration value for the _value parameter.
Applies to
arrangeMethod(Int32)
public:
virtual int arrangeMethod(int _value);
public virtual int arrangeMethod (int _value);
abstract member arrangeMethod : int -> int
override this.arrangeMethod : int -> int
Public Overridable Function arrangeMethod (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that indicates how controls in a form group control are arranged; optional.