IsInitialized Method (UnderlineStyle)
In This Topic
Gets a value indicating whether the a specified property is initialized.
Syntax
'Declaration
Protected Function IsInitialized( _
ByVal As String _
) As Boolean
protected bool IsInitialized(
string
)
Parameters
- name
- Specified property name.
See Also