Skip to content

ResizeClient Event

Description

Occurs when the command bar layout changes.

Syntax

Public Event ResizeClient( _
    ByVal [Left] As Long, _
    ByVal [Top] As Long, _
    ByVal [Right] As Long, _
    ByVal [Bottom] As Long _
)

Parameters

  • Left
    Specifies the x-coordinate of the upper-left corner of the client rectangle.

  • Top
    Specifies the y-coordinate of the upper-left corner of the client rectangle.

  • Right
    Specifies the x-coordinate of the lower-right corner of the client rectangle.

  • Bottom
    Specifies the y-coordinate of the lower-right corner of the client rectangle.

Remarks

Occurs any time the layout of any command bars component changes. For example, when the window is resized, a tab is closed in the tab workspace, or the status bar is hidden.

The ResizeClient event is included for compatibility with Visual FoxPro. If you are not using Visual FoxPro, use the Resize event.

See Also

See Also


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