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. |
Dock |
Occurs after the bar has been docked to another position by an end-user. |
Link |
Fires immediately after a link has been added to the bar. |
Link |
Fires immediately after a link has been removed from the bar. |
Visible |
Fires immediately after the visibility of the bar has been changed. |
See Also