Click or drag to resize

ToolBar Methods

The ToolBar type exposes the following members.

Methods
  NameDescription
Protected methodOnLoad
Called when the tool item is loaded to be shown on the form.
(Overrides ToolOnLoad(EventArgs).)
Protected methodOnPreLoad
Called when the tool item is removed from a form.
(Overrides ToolOnPreLoad(EventArgs).)
Protected methodOnUnLoad
Called when the tool item is removed from a form.
(Overrides ToolOnUnLoad(EventArgs).)
Top
See Also