Version

DialogStyle Property

Gets or sets a DialogStyle object representing the style that will be applied to all HtmlBoxDialog controls used by the WebHtmlEditor.
Syntax
'Declaration
 
Public ReadOnly Property DialogStyle As DialogStyle
public DialogStyle DialogStyle {get;}

Property Value

A DialogStyle object representing the styles of all dialogs.
Remarks

Use this object to globally apply styles to all dialogs at once. For example, setting DialogStyle.TitlebarBackColor to Color.Blue will cause all of the dialogs to have a blue titlebar.

If you want one (or many) dialogs to have a different style than the rest, you can set the style properties on the dialog level instead of using this global style mechanism.

For default values of this property, see the WebHtmlEditor constructor topic.

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