ToolWindowPane.OnToolBarAdded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This should be overriden if you want to run code before the window is shown but after its toolbar is added.
public:
virtual void OnToolBarAdded();
public:
virtual void OnToolBarAdded();
virtual void OnToolBarAdded();
public virtual void OnToolBarAdded ();
abstract member OnToolBarAdded : unit -> unit
override this.OnToolBarAdded : unit -> unit
Public Overridable Sub OnToolBarAdded ()
Remarks
This should be overridden to handle the state before the window is shown but after its toolbar is added.