VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Types SeeAlso
In This Topic
Vintasoft.Imaging.UI.UIElements Namespace (Vintasoft.Imaging.JS)
In This Topic
Contains UI elements, which can be used in WebUiControlJS control.
Types
typeDescription
A web UI context menu for image viewer.
A web UI context menu for thumbnail viewer.
A web UI element that represents '<br/>' element of markup.
A web UI element that represents '<input type="button">' element of markup.
A web UI element that represents '<div>' button element of markup.
A web UI element that represents button with color picker.
A web UI element that represents button with the following behaviour:
  • If button is clicked when drop-down button list is hidden, button opens the drop-down button list.
  • If button is clicked when drop-down button list is opened, button closes the drop-down button list.
  • If mouse is clicked outside the drop-down button list when drop-down button list is opened, button closes the drop-down button list.
  • If button from drop-down button list is clicked, action of clicked button is executing.
  • Button allows to specify the layout direction, horizontal aligninment mode and vertical alignment mode for buttons in drop-down button list.
A web UI element that represents button with the following behaviour:
  • If button is clicked when drop-down panel is hidden, button opens the drop-down panel.
  • If button is clicked when drop-down panel is opened, button closes the drop-down panel.
  • If mouse is clicked outside the drop-down panel when drop-down panel is opened, button closes the drop-down panel.
  • If UI element from drop-down panel is clicked, action of clicked UI element is executing.
  • Button allows to specify horizontal aligninment mode and vertical alignment mode for UI elements in drop-down panel.
A web UI button that opens drop-down panel with UI elements.
A web UI element that represents '<input type="checkbox">' element of markup.
A web UI element that represents the color picker.
A web UI element that represents context menu.
Represents a base class for web UI controls.
Represents settings for WebUiControlJS object.
A web UI element that represents button that changes the visibility of specified elements container.
A web UI element that represents '<div>' element of markup.
Represents a collection of web UI elements (collection of instances of WebUiElementJS class).
A web UI element that represents DIV container for specified UI elements.
Represents the base web UI element.
Provides the ability to create the UI element by the specified ID.
Represents a collection of UI element states (collection of instances of WebUiElementStateJS class).
Represents a state of WebUiElementJS.
A web UI element that represents '<input type="file">' element of markup.
A web UI element that represents the group box.
A web UI element that represents '<input type="image">' element of markup.
A web UI element that represents '<input>' element of markup.
A web UI element that represents '<label>' element of markup.
A web UI element that represents text label and button with drop-down list.
A web UI element that represents multiselect element.
A web UI element that represents '<input type="number">' element of markup.
A web UI element that represents '<option>' element of markup.
A web UI element that represents '<div>' progress element of markup.
A web UI element that represents '<input type="radio">' element of markup.
A web UI element that represents '<select>' element of markup.
A web UI element that represents '<textarea>' element of markup.
A web UI element that represents '<input type="text">' element of markup.
A web UI element that represents button with the following behaviour:
  • If button is clicked when drop-down button list is hidden, button opens the drop-down button list.
  • If button is clicked when drop-down button list is opened, button closes the drop-down button list.
  • If mouse is clicked outside the drop-down button list when drop-down button list is opened, button closes the drop-down button list.
  • If button from drop-down button list is clicked, active button is changed.
  • Button allows to get/set the active button.
  • Button displays image of active button.
  • Button allows to specify the layout direction, horizontal aligninment mode and vertical alignment mode for buttons in drop-down button list.
A web UI element that represents typed '<input>' element of markup.
A web UI element that represents button that allows to start file uploading process.
A web UI element that represents button for enabling the specified visual tool in image viewer.
See Also