C1.Win.8 Assembly / C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / HasProperty Method
Specified property name.

In This Topic
HasProperty Method (BaseC1FrameworkStyle)
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