Bar Events
Represents a Windows-like toolbar.Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
DockChanged | Occurs after the bar has been docked to another position by an end-user. |
LinkAdded | Fires immediately after a link has been added to the bar. |
LinkDeleted | Fires immediately after a link has been removed from the bar. |
VisibleChanged | Fires immediately after the visibility of the bar has been changed. |
See Also