Ext.Net.SliderBase.SetValueProxy C# (CSharp) Method

SetValueProxy() private method

private SetValueProxy ( int value ) : void
value int
return void
        protected virtual void SetValueProxy(int value)
        {
            this.Call("setValue", 0, value);
        }