Property ClientArea
ClientArea
Gets the rectangle that represents the client area of the SyntaxEdit control. Non-client areas area like rulers are excluded.
[Browsable(false)]
public virtual Rectangle ClientArea { get; }
Property Value
Remarks
The client area of a control is the bounds of the SyntaxEdit control, excluding the nonclient elements such as scroll bars and borders.
As client coordinates are relative to the upper-left corner of the client area of the control, the coordinates of the upper-left corner of the rectangle returned by this property are (0, 0).