Version

DialogType Enumeration

Enumerates the different types of dialog windows.
Syntax
'Declaration
 
Public Enum DialogType 
   Inherits System.Enum
public enum DialogType : System.Enum 
Members
MemberDescription
InternalWindowThe dialog is a simple panel. This is the type used by the color picker.
InternalWindowWithTitlebarThe dialog is a windows-style dialog. This is used by dialogs such as the insert table.
Remarks

This property is used by the HtmlBoxDialog.Type property.

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