Method CreateName
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.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
container
IContainerThe container where the new object is added.
type
Type
Returns
- string
A unique name for the data type.