Axiom.Samples.SdkTrayManager.CreateLabel C# (CSharp) Метод

CreateLabel() публичный Метод

public CreateLabel ( TrayLocation trayLoc, String name, System.String caption ) : Label
trayLoc TrayLocation
name String
caption System.String
Результат Label
		public Label CreateLabel( TrayLocation trayLoc, String name, DisplayString caption )
		{
			return CreateLabel( trayLoc, name, caption, 0 );
		}

Same methods

SdkTrayManager::CreateLabel ( TrayLocation trayLoc, String name, System.String caption, Real width ) : Label