Method CreateName
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
CreateName(IContainer, Type)
Creates a new name that is unique to all components in the specified container.
public string CreateName(IContainer container, Type type)
Parameters
containerIContainerThe container where the new object is added.
typeType
Returns
- string
A unique name for the data type.