[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.SplitContaining

SplitContaining Method

SplitContaining(int, int)

Returns the Index value of the split containing the specified coordinate pair.

Declaration
public int SplitContaining(int x, int y)
Parameters
Type Name Description
int x

The x coordinate in pixels.

int y

The y coordinate in pixels.

Returns
Type Description
int

An integer corresponding to the index of the split beneath the specified coordinate pair.

Remarks

The returned value ranges from 0 to Split.Count - 1.

If either argument is outside of the list's data area, this method returns -1.