Fluqi.Widget.jSelectMenu.SelectMenu.WithID C# (CSharp) Метод

WithID() защищенный Метод

Registers an ID attribute to be added to the control when it is rendered.
protected WithID ( string idValue ) : SelectMenu
idValue string Value for the ID
Результат SelectMenu
		new protected internal SelectMenu WithID(string idValue) {
			base.WithID(idValue);
			return this;
		}