ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / SplitContaining Method

In This Topic
    SplitContaining Method (C1Combo)
    In This Topic
    Returns the Index value of the split containing the specified coordinate pair.
    Syntax
    'Declaration
     
    
    Public Function SplitContaining( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As Integer
    public int SplitContaining( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also