Fluqi.Widget.jMenuItem.MenuItem.WithID C# (CSharp) Method

WithID() public method

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
return MenuItem
		new public MenuItem WithID(string idValue) {
			base.WithID(idValue);
			return this;
		}