ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / C1SpellDialog Class
Members

In This Topic
    C1SpellDialog Class
    In This Topic
    Dialog window implementing ISpellDialog.
    Object Model
    C1SpellDialog ClassCharRange ClassISpellCheckableEditor InterfaceCharRangeList ClassCharRange Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="Content", Type=System.Windows.FrameworkElement)>
    <TemplateVisualStateAttribute(Name="Closed", GroupName="OpenStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1SpellDialog 
       Inherits C1.Silverlight.C1Window
       Implements ISpellDialog 
    [TemplatePart(Name="Content", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="Closed", GroupName="OpenStates")]
    [ContentProperty("Content", true)]
    public class C1SpellDialog : C1.Silverlight.C1Window, ISpellDialog  
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1HeaderedContentControl
                         C1.Silverlight.C1Window
                            C1.Silverlight.SpellChecker.C1SpellDialog

    See Also