Use this property at design time to display popup dialogs styles(e.g. style of the SpellChecker dialog).

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(false)]
public bool DisplayDialogStyles { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(False)> _
Public Property DisplayDialogStyles As Boolean
	Get
	Set

See Also