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

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

public CreateLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, Real boxWidth, int maxItemsShown ) : SelectMenu
trayLoc TrayLocation
name String
caption System.String
width Real
boxWidth Real
maxItemsShown int
Результат SelectMenu
		public SelectMenu CreateLongSelectMenu( TrayLocation trayLoc, String name, DisplayString caption, Real width, Real boxWidth, int maxItemsShown )
		{
			return CreateLongSelectMenu( trayLoc, name, caption, width, boxWidth, maxItemsShown, new List<string>() );
		}

Same methods

SdkTrayManager::CreateLongSelectMenu ( TrayLocation trayLoc, String name, System.String caption, Real width, Real boxWidth, int maxItemsShown, IList items ) : SelectMenu