ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker.Design Namespace / C1SpellCheckerActionList Class / C1SpellCheckerActionList Constructor / C1SpellCheckerActionList Constructor(C1SpellCheckerDesigner,ISelectionService)

In This Topic
    C1SpellCheckerActionList Constructor(C1SpellCheckerDesigner,ISelectionService)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1SpellCheckerDesigner, _
       ByVal selectionService As System.ComponentModel.Design.ISelectionService _
    )
    public C1SpellCheckerActionList( 
       C1SpellCheckerDesigner owner,
       System.ComponentModel.Design.ISelectionService selectionService
    )

    Parameters

    owner
    selectionService
    See Also