Table of Contents

Method GetFieldRect

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetFieldRect(int)

Gets the size and position of a panels's internal bounding rectangle in the native control.

RectI GetFieldRect(int index)

Parameters

index int

Panel 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.