C1.Win.4.8 Assembly / C1.Win.C1Themes 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
ExceptionDescription
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
See Also