Skip to content

SetSize Method

Description

Sets the rectangle occupied by the item control.

Syntax

Public Sub SetSize( _
    ByVal [cx](#) As Long, _
    ByVal [cy](#) As Long _
)

Parameters

  • cx: Bottom left corner of the control.
  • cy: Top right corner of the control.

Remarks

If size is (<=0,<=0), the control occupies the entire cell.

See Also

GridItemButton Object

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.