Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

EditorDialogContent.CommandName Property

Gets or sets the command name that this dialog is associated to.

[Visual Basic]
Public Property CommandName As String
[C#]
public String CommandName {get; set;}

Remarks

When a tool bar item is clicked, the editor searches for a dialog whose CommandName value matches the tool bar item's CommandName. If one is found, the dialog is displayed.

See customizing dialogs for more details.

See Also

EditorDialogContent Class | EO.Web Namespace


Direct link to this topic