ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / ColContaining Method
Integer that defines a horizontal coordinate (X value) in pixels.

In This Topic
    ColContaining Method (DropDownList)
    In This Topic
    Returns the column index containing the specified coordinate.
    Syntax
    'Declaration
     
    
    Public Function ColContaining( _
       ByVal x As Integer _
    ) As Integer
    public int ColContaining( 
       int x
    )

    Parameters

    x
    Integer that defines a horizontal coordinate (X value) in pixels.
    See Also