Articles in this section
Category / Section

How to set a value to the Cursor property of WinForms HTMLUIControl in the properties window?

1 min read

Cursor

The cursor to be displayed over the HTMLUI control at run-time can be specified through the DefaultFormat property of the HTMLUI control. The DefaultFormat is the base format used for rendering a document in the HTMLUI control.

The following code snippet shows how the cursor is set to the HTMLUI control through the DefaultFormat property.

C#

this.htmluiControl1.DefaultFormat.Cursor = Cursors.IBeam;

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied