IsDefaultProperty Method (BaseC1FrameworkStyle)
In This Topic
Returns value indicating whether the specified property is default.
Syntax
'Declaration
Protected Overrides Function IsDefaultProperty( _
ByVal As String _
) As Boolean
protected override bool IsDefaultProperty(
string
)
Parameters
- name
- Specified property name.
See Also