Sample Help DialogYou can use this button to create your own custom help dialog. Simply access this instance of the Help button using the following code: ToolbarDialogButton helpdlg = (ToolbarDialogButton)WebHtmlEditor1.Toolbar.Items.GetByType(ToolbarItemType.Help); helpdlg.Dialog.Text = "<p>My New Dialog Text</p>"; |