Version

InternalDialogType Enumeration

Enumerates the internally rendered type of dialog associated with a ToolbarDialogButton.
Syntax
'Declaration
 
Public Enum InternalDialogType 
   Inherits System.Enum
public enum InternalDialogType : System.Enum 
Members
MemberDescription
CellPropertiesThe internally rendered dialog is a cell properties dialog.
FindReplaceThe internally rendered dialog is a find/replace dialog.
InsertBookmarkThe internally rendered dialog is an insert bookmark dialog.
InsertRuleThe internally rendered dialog is an insert rule dialog.
InsertTableThe internally rendered dialog is an insert table dialog.
ModifyTableThe internally rendered dialog is an modify table dialog.
NotSetThe internally renderd dialog is not set.
SpecialCharacterPickerThe internally rendered dialog is a special character picker.
TextThe internally rendered dialog is specified by the Dialog.Text property. Used for custom dialogs.
Remarks

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.

Requirements

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

See Also