SetSize Method
Description
The SetSize method sets the size (width and height) of the item.
Syntax
Public Sub SetSize( _
ByVal [cx] As Long, _
ByVal [cy] As Long, _
ByVal [AutoHeight] As Boolean _
)
Parameters
- cx: New Width of the item.
- cy: New Height of the item.
- AutoHeight:
- True to use the default height. The default height will be the "best fit" for the item.
- False to use the height specified by cy.
See Also

Task Panel ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.