constants ClientAreaEnum
The ClientAreaEnum type specifies the area inside the control. Use the Cursor property to change the mouse pointer when cursor hovers the control.

NameValueDescription
exEditArea0 The cursor is on the control's edit area.
exBookmarkArea1 The cursor is on the control's bookmark bar.
exLineNumberArea2 The cursor is on the control's line number bar.
exIncrementalSearchArea3 The cursor is on the control's incremental search bar.
exSelectedText4 The cursor hovers the selected text and the control supports drag and drop operations.