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