Click or drag to resize

ControlFactoryManagerGetUniqueName(ControlScreen, String) Method

Generate a control name that is unique to the screen.

Namespace: AxiomCore2.Managers
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public string GetUniqueName(
	ControlScreen screen,
	string prefix
)

Parameters

screen  ControlScreen
Screen that will be assigned to the control.
prefix  String
Control name prefix. A suffix number is incremented until the name is unique.

Return Value

String
A control name that is unique to the screen.
See Also