Fluqi.Widget.jSelectMenu.SelectMenu.WithID C# (CSharp) Méthode

WithID() protected méthode

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
Résultat SelectMenu
		new protected internal SelectMenu WithID(string idValue) {
			base.WithID(idValue);
			return this;
		}