Ext.Net.CheckboxBase.SetBoxLabelCls C# (CSharp) Method

SetBoxLabelCls() private method

private SetBoxLabelCls ( string value ) : void
value string
return void
        protected virtual void SetBoxLabelCls(string value)
        {
            this.Call("setBoxLabelCls", value);
        }
    }