FormIntControl.topMode 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
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.