C1.Win.Input.Styles Namespace / CheckBoxBaseStyles Class / HasProperty Method
Specified property name.

In This Topic
HasProperty Method (CheckBoxBaseStyles)
In This Topic
Gets a value indicating whether the collection contains a property with the specified name.
Syntax
'Declaration
 
Protected Function HasProperty( _
   ByVal name As String _
) As Boolean
 

Parameters

name
Specified property name.

Return Value

True if property exists.
See Also