Ext.Net.MenuBase.Show C# (CSharp) Method

Show() private method

private Show ( string element ) : void
element string
return void
        public virtual void Show(string element)
        {
            this.Call("show", new JRawValue(element));
        }

Same methods

MenuBase::Show ( string element, string position ) : void