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; }
Public Overridable ReadOnly Property IsWinForms As Boolean
Get
abstract IsWinForms : bool with get
override IsWinForms : bool with get
Property Value
Type:
Booleantrue if this platform is window forms; otherwise,
false.
See Also