MinHeight, MinWidth Properties (Band Object)

       

Returns or sets a value indicating the minimum height or width to which a Band object may be resized.

Syntax

object.MinHeight [= single]

object.MinWidth [= single]

The MinHeight and MinWidth property syntax has these parts:

Part Description
object An object expression that evaluates to a Band object.
single A single-precision floating-point value indicating height or width.

Remarks

The default MinHeight value is equal to the Height of the Band object’s child control. You can set MinHeight to a greater value, but you can’t resize the Band below the default value.

Note   When the Orientation of the CoolBar is set to vertical, the MinHeight becomes the MinWidth and the MinWidth becomes the MinHeight.