TabSheetObject.MinWidth

Syntax

MinWidth();

Description

The MinWidth property determines minimum object width.

Comments

Use JSON or the setMinWidth method to set the property value and the getMinWidth method to get the property value.

If value of the Width property is less than MinWidth, on creating an object the Width property is set to MinWidth.

Example

The example of use is given on the TabSheetObject Constructor page.

See also:

TabSheetObject