ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.GetItemRectangle C# (CSharp) Method

GetItemRectangle() public method

Returns the bounding rectangle for an item in the KryptonCheckedListBox.
public GetItemRectangle ( int index ) : Rectangle
index int The zero-based index of item whose bounding rectangle you want to return.
return System.Drawing.Rectangle
        public Rectangle GetItemRectangle(int index)
        {
            return _listBox.GetItemRectangle(index);
        }
KryptonCheckedListBox