Re: Large window by default

  •  02-06-2014, 4:16 AM

    Re: Large window by default

    Hi wingowin,

     

    You can set property "FullPage" to true, then the editor will load as the full page mode by default.

     

    Dim editor

    Set editor = New CuteEditor

    editor.FullPage=true

    editor.Draw()

     

    Regards,

     

    Ken 

View Complete Thread