Share via


FormCheckBoxControl.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:
 override int topMode();
public override int topMode ();
override this.topMode : unit -> int
Public Overrides Function topMode () As Integer

Returns

The vertical arrange mode for the control in the form.

Applies to

topMode(Int32)

public:
 override int topMode(int _value);
public override int topMode (int _value);
override this.topMode : int -> int
Public Overrides 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