Size related Properties

See Also    Examples    Applies To

Property AutoResize As eAxes

atb.AutoResize[ = eAxes ]

Determines whether the atb control is to be resized when the parent form is resized. When resizing the Bottom and Right properties are used to compute the new height and width of the atb control.

Settings
Valid settings for the AutoResize property are:

Value   Constant   Remarks
0   None   The atb would not be automatically resized
1   Horizontal   The width of the atb would be resized
2   Vertical   The height of the atb would be resized
3   Both   The width and the height of the atb would be resized

 

Property Bottom As Single

atb.Bottom [ = sngValue]

Returns/sets the distance between the bottom of the atb control and its parent form. This distance is kept if the user resizes the form and the AutoResize property is set either to Vertical or Both.

Property Height As Single

atb.Height [= sngHeight]

Returns/sets the height of the atb.

Property Left As Single

atb.Left [= sngLeft]

Returns/sets the distance between the left border of the atb and its parent form.

Property Right As Single

atb.Right [= sngRight]

Returns/sets the distance between the right border of the atb an its parent form. This distance is kept if the user resizes the Form and the AutoResize property is set either to Horizontal or Both.

Property Top As Single

atb.Top [= sngTop]

Returns/sets the distance between the top border of the form and the atb

Property Width As Single

atb.Width [= sngWidth]

Returns/sets the width of the atb