Share via


FormControl.topMode Method

Definition

Overloads

topMode()

Sets the vertical arrange mode for the control in the form.

topMode(Int32)

topMode()

Sets the vertical arrange mode for the control in the form.

public:
 virtual int topMode();
public virtual int topMode ();
abstract member topMode : unit -> int
override this.topMode : unit -> int
Public Overridable Function topMode () As Integer

Returns

The vertical arrange mode for the control in the form.

Applies to

topMode(Int32)

public:
 virtual int topMode(int _value);
public virtual int topMode (int _value);
abstract member topMode : int -> int
override this.topMode : int -> int
Public Overridable Function topMode (_value As Integer) As Integer

Parameters

_value
Int32

An integer value that indicates the vertical arrange mode for the control; optional.

Returns

Applies to