C1.Win.Themes Namespace / BaseStyle Class / IsDefaultProperty Method
Specified property name.

IsDefaultProperty Method (BaseStyle)
Returns value indicating whether the specified property is default.
Syntax
'Declaration
 
Protected Overridable Function IsDefaultProperty( _
   ByVal name As String _
) As Boolean
 

Parameters

name
Specified property name.
Exceptions
See Also