InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / Contains Method

In This Topic
    Contains Method (C1InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal ctl As System.Windows.Forms.Control _
    ) As System.Boolean
    public System.bool Contains( 
       System.Windows.Forms.Control ctl
    )

    Parameters

    ctl
    See Also