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

SetBoxLabelStyle() private method

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