This class is a container for the Spell Dialog UI
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.SpellAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class SpellDialog : DialogControl,
ILocalizableControl, IClientParameterConsumer, INamingContainer
Public Class SpellDialog
Inherits DialogControl
Implements ILocalizableControl, IClientParameterConsumer, INamingContainer
public ref class SpellDialog : public DialogControl,
ILocalizableControl, IClientParameterConsumer, INamingContainer
type SpellDialog =
class
inherit DialogControl
interface ILocalizableControl
interface IClientParameterConsumer
interface INamingContainer
end
The SpellDialog type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Language |
Gets or sets a string containing the localization language for the KaxSpell Dialog
|
 | Localization |
Holds the Spell Localization strings for the KaxSpell dialog (loaded from KaxSpell.Dialog.resx).
|
 | LocalizationPath |
Gets or sets a string containing the localization language for the KaxSpell Dialog
|
Top
See Also