Click or drag to resize

PlatformIsWinForms Property

Gets a value indicating whether this platform is based on Windows Forms

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool IsWinForms { get; }

Property Value

Type: Boolean
true if this platform is window forms; otherwise, false.
See Also