VLButtonBar Reference

Read/Write Property CloseButtonClick

See Also See Also Applies To Applies To

This event cccurs when user clicks on the close button on the caption bar of VLButtonBar control.

 

Syntax

Private Sub object_CloseButtonClick()

 

The CloseButtonClick event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies to list.

 

Remark

When user clicks on the close button will not automatically hide the control. It will simply result in triggering of this event. This is by design. Typically you can either hide the control or unload the form containing the control.