Show / Hide Table of Contents

Method toolbar.AutoHide


Overload

Creates a new toolbar and sets its toolbar.Satellite = this.

public toolbar AutoHide(TBCtor ctorFlags = 0, string f_ = null, int l_ = 0)
Parameters
ctorFlags  (TBCtor)

toolbar constructor flags.

f_  (string)

Caller info parameter

l_  (int)

Caller info parameter

Returns
toolbar

The new toolbar.

Exceptions
InvalidOperationException

This toolbar was attached to another toolbar or was shown as non-satellite toolbar.

Remarks

Sets toolbar name = this.Name + "^". If this already is a satellite toolbar, just returns its owner.