KryptonCheckedListBoxGetItemRectangle Method |
Returns the bounding rectangle for an item in the KryptonCheckedListBox.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Rectangle GetItemRectangle(
int index
)
Parameters
- index Int32
- The zero-based index of item whose bounding rectangle you want to return.
Return Value
RectangleA Rectangle that represents the bounding rectangle for the specified item.
See Also