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