Fluqi.Widget.jMenuItem.MenuItem.WithID C# (CSharp) Метод

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

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