Gets or sets the DialogProperty object that represents the title, font and location of the bad-word dialog box.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public DialogProperty DialogProp { get; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
Public ReadOnly Property DialogProp As DialogProperty

Remarks

The default value for the bad-word dialog box title is Spelling Check.

See Also