Make the 'Template' property public

  •  10-03-2003, 10:39 PM

    Make the 'Template' property public

    It appears that the "Template" property is a Write Only property.  I would like to do something like:

    editor = new CuteEditor
    editor.AutoConfigure = "Default"
    editor.Template = editor.Template & ",StyleDropDown"

     

View Complete Thread