MouseIsSupported Property |
Gets a value indicating whether the current platform supports mouse functions in this class
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static bool IsSupported { get; }
Public Shared ReadOnly Property IsSupported As Boolean
Get
static member IsSupported : bool with get
Property Value
Type:
Booleantrue if is supported; otherwise,
false.
See Also