using style builder outside of the editor

  •  10-18-2005, 6:39 AM

    using style builder outside of the editor

    Hello
    is it possible to use style builder outside of the editor. I mean I want to use style builder to create an style and store it in a string variable. for example, I want to use style builder linked to a textbox which it can create my style in the Textbox like this:
     
    Background-color:red;width:20px;cursor:hand;
     

    then use this:
    string myStyle = TextBox1.Text;

    Regards,
     
View Complete Thread