\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListSplitGlyph Class / C1ListSplitGlyph Constructor

In This Topic
    C1ListSplitGlyph Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal view As View, _
       ByVal behaviorService As System.Windows.Forms.Design.Behavior.BehaviorService, _
       ByVal changeService As System.ComponentModel.Design.IComponentChangeService, _
       ByVal selectionService As System.ComponentModel.Design.ISelectionService, _
       ByVal relatedDesigner As System.ComponentModel.Design.IDesigner, _
       ByVal adorner As System.Windows.Forms.Design.Behavior.Adorner _
    )
    public C1ListSplitGlyph( 
       View view,
       System.Windows.Forms.Design.Behavior.BehaviorService behaviorService,
       System.ComponentModel.Design.IComponentChangeService changeService,
       System.ComponentModel.Design.ISelectionService selectionService,
       System.ComponentModel.Design.IDesigner relatedDesigner,
       System.Windows.Forms.Design.Behavior.Adorner adorner
    )

    Parameters

    view
    behaviorService
    changeService
    selectionService
    relatedDesigner
    adorner
    See Also