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
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.