EditorStart method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

WPDLLInt

Declaration

void EditorStart(string licensename, string licensekey, int licensecode);

Description

This method is used to initialize the editing. You need to pass the licensing information.

using WPDynamic;

 

namespace WindowsFormsApplication1

{

  public partial class Form1 : Form

   {

      public Form1()

       {

           InitializeComponent();

 

          // Initialize the Editor

         // Set your License key:

          wpdllInt1.EditorStart("your_name", "your_key");

          // Load the PCC file (no password)

           wpdllInt1.SetLayout("buttons.pcc", "");


[idh_wpdllint_editorstart.htm]    Copyright © 2007 by WPCubed GmbH