CheckFeatureSupport(Feature) Method
Check if this device is supporting a feature.
'Declaration
Public Overloads Function CheckFeatureSupport( _
ByVal As Feature _
) As System.Boolean
public System.bool CheckFeatureSupport(
Feature
)
Parameters
- feature
- The feature to check.
Return Value
Returns true if this device supports this feature, otherwise false.