|
|
User Interaction
HTML elements in the HTMLUI control are made user interactive. HTMLUI control itself is user interactive with features like keyboard support, flexible scroll options and advanced text access options.
|
|
|
|
HTMLUI control comes with flexible keyboard support as like in the popular browsers. Common options like SelectAllText displayed in the document, Search and find the required text in the document, Copy the text selected in the control, Shifting focus by tabbing through the control, makes the control look native and flexible for common tasks.
Keyboard Shortcuts
|
|
|
|
HTMLUI supports scrolling which helps the user in loading large documents inside the HTMLUI control and navigate to desired locations easily. The user can toggle the scroll control visibility at runtime. Easy methods are enabled such that the document can be scrolled to desired scroll positions.
Customized Scrolling
|
|
|
|
Selecting the text present in the document is supported in the HTMLUI control. The selected text can be accessed programmatically and searched, copied to the ClipBoard to make use of it in other applications. Not only text but also the html elements under the selection region can be accessed and coded for efficient UI solutions.
Text Selection
|
|
|
|
|
|
|