Returns the class name of this instance of a component.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
string ICustomTypeDescriptor.GetClassName() |
| Visual Basic |
|---|
Private Function GetClassName As String
Implements ICustomTypeDescriptor.GetClassName |
Return Value
The class name of the object, or null if the class does not have a name.
Implements
ICustomTypeDescriptor..::..GetClassName()()()()
See Also