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