Method GetFieldRect
GetFieldRect(int)
Gets the size and position of a panels's internal bounding rectangle in the native control.
RectI GetFieldRect(int index)
Parameters
index
intPanel index, starting from zero.
Returns
- RectI
RectI with the size and position of a panels's internal bounding rectangle on success;
null
otherwise.
Remarks
This method doesn't affect Panels, it wortks with the native control.