Gets a value indicating whether this screen is the primary/main screen.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsPrimary { get; }
Public ReadOnly Property IsPrimary As Boolean
Get
member IsPrimary : bool with get
Property Value
Type:
Booleantrue if this is the primary screen; otherwise,
false.
See Also