Show / Hide Table of Contents

Method toolbar.AutoHideScreenEdge(+ 1 overload)


Overload

Creates a new toolbar and sets its toolbar.Satellite = this. Sets properties for showing at a screen edge.

public toolbar AutoHideScreenEdge(MouseTriggerArgs mta, Coord rangeStart = default, Coord rangeEnd = default, int thickness = 1, TBCtor ctorFlags = 0, string f_ = null, int l_ = 0)
Parameters
mta  (MouseTriggerArgs)

Mouse edge trigger arguments.

rangeStart  (Coord)

rangeStart and rangeEnd can be used to specify a smaller range of the edge part. For example, you can create 2 toolbars there: one with 0, .5f, other with .5f, 1f.

rangeEnd  (Coord)
thickness  (int)

The visible thickness. Pixels.

ctorFlags  (TBCtor)

toolbar constructor flags.

f_  (string)

Caller info parameter

l_  (int)

Caller info parameter

Returns
toolbar

The new toolbar.


Overload(top)

Creates a new toolbar and sets its toolbar.Satellite = this. Sets properties for showing at a screen edge.

public toolbar AutoHideScreenEdge(TMEdge edge, screen scrn = default, Coord rangeStart = default, Coord rangeEnd = default, int thickness = 1, TBCtor ctorFlags = 0, string f_ = null, int l_ = 0)
Parameters
edge  (TMEdge)

Screen edge/part.

scrn  (screen)

Screen. Default: primary.

rangeStart  (Coord)

rangeStart and rangeEnd can be used to specify a smaller range of the edge part. For example, you can create 2 toolbars there: one with 0, .5f, other with .5f, 1f.

rangeEnd  (Coord)
thickness  (int)

The visible thickness. Pixels.

ctorFlags  (TBCtor)

toolbar constructor flags.

f_  (string)

Caller info parameter

l_  (int)

Caller info parameter

Returns
toolbar

The new toolbar.