FormBuildTabControl.heightValue Method

Definition

Overloads

heightValue()

Gets or sets the height of the control.

heightValue(Int32)

heightValue()

Gets or sets the height of the control.

public:
 override int heightValue();
public override int heightValue ();
override this.heightValue : unit -> int
Public Overrides Function heightValue () As Integer

Returns

The height in pixels.

Remarks

The height of the control is not changed unless the exact height calculation mode is used.

Applies to

heightValue(Int32)

public:
 override int heightValue(int _value);
public override int heightValue (int _value);
override this.heightValue : int -> int
Public Overrides Function heightValue (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to