SetName Method (DictionaryIcon)
In This Topic
Overridden. Sets the name of the current item.
Syntax
'Declaration
Protected Overridable Sub SetName( _
ByVal As String _
)
protected virtual void SetName(
string
)
Parameters
- newName
- The new name.
See Also