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