Show / Hide Table of Contents

Method toolbar.find


Overload

Finds an open toolbar by toolbar.Name.

public static toolbar find(string name)
Parameters
name  (string)
Returns
toolbar

null if not found or closed or never shown (toolbar.Show not called).

Remarks

Finds only toolbars created in the same script and thread.

Does not find satellite toolbars. Use this code: toolbar.find("owner toolbar").Satellite