Visual Basic: Windows Controls
TabMinWidth Property
See Also Example Applies To
Returns or sets the minimum allowable width of a tab.
Syntax
object.TabMinWidth [= number]
The TabMinWidth property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
number | The minimum width of a Tab object. The scale used for number is determined by the ScaleMode property of the container. |
Remarks
The TabMinWidth property has no effect if the TabWidthStyle property is set to tabFixed.