Axiom.Samples.SdkTrayManager.ShowLogo C# (CSharp) Method

ShowLogo() public method

Shows logo in the specified location.
public ShowLogo ( TrayLocation trayLoc ) : void
trayLoc TrayLocation
return void
		public void ShowLogo( TrayLocation trayLoc )
		{
			this.ShowLogo( trayLoc, -1 );
		}

Same methods

SdkTrayManager::ShowLogo ( TrayLocation trayLoc, int place ) : void