ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.GetItemRectangle C# (CSharp) Méthode

GetItemRectangle() public méthode

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.
Résultat System.Drawing.Rectangle
        public Rectangle GetItemRectangle(int index)
        {
            return _listBox.GetItemRectangle(index);
        }
KryptonCheckedListBox