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

SetIcon() public method

Sets the icon which appears to the left of the menu item. This is one of the built in icons provdided by the jQuery UI framework.
public SetIcon ( Core value ) : MenuItem
value Core
return MenuItem
		public MenuItem SetIcon(Core.Icons.eIconClass value) {
			return this.SetIcon( Core.Icons.ByEnum(value) );
		}

Same methods

MenuItem::SetIcon ( string cssClass ) : MenuItem