| PlatformExtensionAttributeSupports Method  | 
 
            Gets a value indicating that this extension supports the specified platform.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual bool Supports(
	Platform platform
)
Public Overridable Function Supports ( 
	platform As Platform
) As Boolean
abstract Supports : 
        platform : Platform -> bool 
override Supports : 
        platform : Platform -> bool Parameters
- platform
- Type: EtoPlatform
 Platform to determine if this extension applies.
Return Value
Type: 
Booleantrue, if this extension supports the specified platform, 
false otherwise.
 Remarks
Remarks See Also
See Also