Name | Description | |
---|---|---|
WebAnnotationViewerContextMenuJS | Initializes a new instance of the WebAnnotationViewerContextMenuJS class. |
Name | Description | |
---|---|---|
WebAnnotationViewerContextMenuJS | Initializes a new instance of the WebAnnotationViewerContextMenuJS class. |
Name | Description | |
---|---|---|
createMarkup | Creates an initial markup of UI element. (Inherited from WebUiDivElementJS) | |
destroy | Destroys the UI element. | |
get_ActiveState | Gets an active UI element state. (Inherited from WebUiElementJS) | |
get_AddAnnotationCommentCallback | Gets a function, which will be called when "Add annotation comment..." menu is selected. | |
get_AnnotationPropertiesCallback | Gets a function, which will be called when "Annotation properties..." menu is selected. | |
get_CanSetCustomViewRotation | Gets a value indicating whether context menu should contain items, which allow to rotate image view. (Inherited from WebImageViewerContextMenuJS) | |
get_DomElement | Gets the DOM element associated with this UI element. (Inherited from WebUiElementJS) | |
get_IsEnabled | Gets a value indicating whether the UI element is enabled. (Inherited from WebUiElementJS) | |
get_Items | Gets the collection of UI elements contained within this WebUiElementContainerJS. (Inherited from WebUiElementContainerJS) | |
get_LocalizationId | Gets the localization identifier of UI element. (Inherited from WebUiElementJS) | |
get_RegisteredId | Gets the identifier under which UI element is registered in WebUiElementsFactoryJS. (Inherited from WebUiElementJS) | |
get_RootControl | Gets the root control that contains this UI element. (Inherited from WebUiElementJS) | |
get_StateCollection | Gets a state collection of UI element. (Inherited from WebUiElementJS) | |
getItem | Returns item. (Inherited from WebUiElementContainerJS) | |
getItemByRegisteredId | Returns the first item with specified registered identifier. (Inherited from WebUiElementContainerJS) | |
getNestedElements | Overloaded. Returns array of nested UI elements. (Inherited from WebUiElementContainerJS) | |
hide | Hides the UI element. (Inherited from WebUiElementJS) | |
isVisible | Returns a value indicating whether the UI element is visible. (Inherited from WebUiElementJS) | |
render | Overloaded. Creates and returns markup of UI element. (Inherited from WebUiContextMenuJS) | |
set_ActiveState | Sets an active state of UI element. (Inherited from WebUiElementJS) | |
set_AddAnnotationCommentCallback | Sets a function, which will be called when "Add annotation comment..." menu is selected. | |
set_AnnotationPropertiesCallback | Sets a function, which will be called when "Annotation properties..." menu is selected. | |
set_CanSetCustomViewRotation | Sets a value indicating whether context menu should contain items, which allow to rotate image view. (Inherited from WebImageViewerContextMenuJS) | |
set_IsEnabled | Sets a value indicating whether the UI element is enabled. (Inherited from WebUiContextMenuJS) | |
setMasterElement | Sets the master element for this element. (Inherited from WebUiElementJS) | |
show | Shows the UI element. (Inherited from WebUiElementJS) | |
showInPosition | Shows the UI element in specified position. (Inherited from WebUiContextMenuJS) |
Name | Description | |
---|---|---|
activated | Occurs when UI element is activated and connected with the UI-control. (Inherited from WebUiElementJS) | |
destroyed | Occurs when UI element is destroyed. (Inherited from WebUiElementJS) | |
showing | Occurs when context menu is showing. (Inherited from WebUiContextMenuJS) | |
stateChanged | Occurs when UI element active state is changed. (Inherited from WebUiElementJS) | |
stateChanging | Occurs when UI element active state is changing. (Inherited from WebUiElementJS) | |
warningOccured | Occurs when warning (non-critical error) occurs in UI-control. (Inherited from WebUiElementJS) |
WebAnnotationViewerContextMenuJS Class
Vintasoft.Imaging.Annotation.UI.UIElements Namespace