'Declaration Public Enum InternalDialogType Inherits System.Enum
public enum InternalDialogType : System.Enum
Member | Description |
---|---|
CellProperties | The internally rendered dialog is a cell properties dialog. |
FindReplace | The internally rendered dialog is a find/replace dialog. |
InsertBookmark | The internally rendered dialog is an insert bookmark dialog. |
InsertRule | The internally rendered dialog is an insert rule dialog. |
InsertTable | The internally rendered dialog is an insert table dialog. |
ModifyTable | The internally rendered dialog is an modify table dialog. |
NotSet | The internally renderd dialog is not set. |
SpecialCharacterPicker | The internally rendered dialog is a special character picker. |
Text | The internally rendered dialog is specified by the Dialog.Text property. Used for custom dialogs. |
This enumeration is not intended to be used by a developer. It is public so it can be used by the ASP.NET tag parser, if needed.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2