FormGroupControl.arrangeWhen 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
arrangeWhen(Int32) | |
arrangeWhen() |
Sets or returns an integer value that specifies when the controls are arranged. |
arrangeWhen(Int32)
public:
virtual int arrangeWhen(int _value);
public virtual int arrangeWhen (int _value);
abstract member arrangeWhen : int -> int
override this.arrangeWhen : int -> int
Public Overridable Function arrangeWhen (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that specifies when the controls are arranged; optional.
Returns
Applies to
arrangeWhen()
Sets or returns an integer value that specifies when the controls are arranged.
public:
virtual int arrangeWhen();
public virtual int arrangeWhen ();
abstract member arrangeWhen : unit -> int
override this.arrangeWhen : unit -> int
Public Overridable Function arrangeWhen () As Integer
Returns
An integer value that specifies when the controls are arranged.