Show / Hide Table of Contents

Property osdText.defaultScreen


Overload

Default screen when osdText.XY is not set. The screen must be lazy or empty.

public static screen defaultScreen { get; set; }
Exceptions
ArgumentException

screen with Handle. Must be lazy (with LazyFunc) or empty.

Property Value
screen

Examples

osdText.defaultScreen = screen.index(1, lazy: true);