Skip to content

GetClientBordersWidth Event

Description

Occurs when the area occupied by controls docked to the edges of the form has to be retrieved.

Syntax

Public Event GetClientBordersWidth( _
    ByRef Left As Long, _
    ByRef Top As Long, _
    ByRef Right As Long, _
    ByRef Bottom As Long _
)

Parameters

  • Left: The area occupied by controls docked to the left edge of the form.
  • Top: The area occupied by controls docked to the top edge of the form.
  • Right: The area occupied by controls docked to the right edge of the form.
  • Bottom: The area occupied by controls docked to the bottom edge of the form.

Remarks

For example, this event is triggered when a control or command bar is added/removed, when the status bar is hidden/unhidden, when the window is resized, when a document is opened/closed, when a new tab is clicked, etc.

See Also


See Also


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