ComponentOne XmlEditor for WinForms: C1XmlEditor Run-Time Elements > C1XmlEditor Dialog Boxes

C1XmlEditor Dialog Boxes

Within the C1XmlEditor control are several dialog boxes that users can employ to edit Xhtml documents.

You can easily show a dialog box when a button is clicked, for example, simply by using the ShowDialog method and specifying the DialogType.

For example, to show the PageSetup dialog box when a button is clicked, you would use the following code:

  private void button7_Click(object sender, EventArgs e)

        {

            c1XmlEditor1.ShowDialog(C1.Win.XmlEditor.DialogType.PageSetup);

     

        }

The following topics detail the dialog boxes that can be accessed through the C1XmlEditor control. In some cases you may need to show your own customized versions of the dialog boxes. See Using a Custom Dialog Box for steps on how to do this.


Bookmark Properties Dialog Box

Movie in Flash Format Properties Dialog Box

Find and Replace Dialog Box

Formatting Dialog Box

Hyperlink Properties Dialog Box

Picture Properties Dialog Box

Page Setup Dialog Box

Table Properties Dialog Box

Using a Custom Dialog Box


Send comments about this topic to ComponentOne.
Copyright © 1987-2009 ComponentOne LLC. All rights reserved.