Gets or sets a value that determines whether multiple lines of tabs will be created.
object.Multiline = [boolean]
Where object is an object expression that evaluates to one of the objects in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient only.
from version 11.0 for the Tab control object. Refer to Deprecated and Obsolete items for additional information.
This property specifies whether the control can display more than one row of tabs. This property is set to False by default. Read-only at run-time.
The available settings for value for this control are :
Setting |
Description |
True |
Display tabs on multiple rows if they extent past the available horizontal space in the control. |
False |
(Default) Display tabs on a single line and provide a scroll button if they extend past the available horizontal space in the control. |
Gets or sets a value indicating whether text in the control can span more than one line.
object.Multiline = [boolean]
Where object is an object expression that evaluates to one of the objects in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient
Newlook Server
This property determines whether text in the control will span more than one line. This property will default to True for host fields that span multiple lines, otherwise it defaults to False.
To insert a new line in a multi-line text box at runtime, use Shift + Enter.
The available settings for value for this control are :
Setting |
Description |
True |
(Default for host generated fields that span multiple lines) Display text in the control on multiple lines. |
False |
(Default for inserted controls and host generated fields that do not span lines) Display text on a single line. |
Tab control
© 2004-2021 looksoftware. All rights reserved.