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 or removed, when the status bar is hidden or unhidden, when the window is resized, when a document is opened or closed, or when a new tab is clicked.

See Also


See Also

Command Bars ActiveX Control v24.0

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