The following tables list the members exposed by ImGearPageViewContextMenu.
Name | Description | |
---|---|---|
![]() | ImGearPageViewContextMenu Constructor | Initializes a new instance of the ImGearPageViewContextMenu class. |
Name | Description | |
---|---|---|
![]() ![]() | AnnotationItemsProperty | Represents AnnotationItems dependency property. |
![]() ![]() | HorizontalOffsetProperty | Identifies the HorizontalOffset dependency property. |
![]() ![]() | IsOpenProperty | Identifies the IsOpen dependency property. |
![]() ![]() | ItemContainerStyleProperty | Identifies the ItemContainerStyle dependency property. |
![]() ![]() | PageItemsProperty | Represents PageItems dependency property. |
![]() ![]() | VerticalOffsetProperty | Identifies the VerticalOffset dependency property. |
Name | Description | |
---|---|---|
![]() | AnnotationItems | Gets or sets an object that provides access to the menu items that are displayed when right clicking on an annotation. |
![]() | HorizontalOffset | Gets or sets the horizontal distance between the target origin and the popup alignment point. |
![]() | IsOpen | Gets or sets a value indicating whether the ContextMenu is visible. |
![]() | ItemContainerStyle | Gets or sets the Style that is applied to the container element generated for each item. |
![]() | PageItems | Gets or sets the menu items that are displayed when right clicking on the page. |
![]() | VerticalOffset | Gets or sets the vertical distance between the target origin and the popup alignment point. |
Name | Description | |
---|---|---|
![]() | GetContainerForItemOverride | Overridden. Creates or identifies the element used to display the specified item. |
![]() | IsItemItsOwnContainerOverride | Overridden. Determines whether the specified item is, or is eligible to be, its own item container. |
![]() | OnClosed | Called when the Closed event occurs. |
![]() | OnKeyDown | Overridden. Responds to the KeyDown event. |
![]() | OnMouseLeftButtonDown | Overridden. Called when the left mouse button is pressed. |
![]() | OnMouseRightButtonDown | Overridden. Called when the right mouse button is pressed. |
![]() | OnOpened | Called when the Opened event occurs. |
![]() | PrepareContainerForItemOverride | Overridden. Prepares the specified element to display the specified item. |
Name | Description | |
---|---|---|
![]() | Closed | Occurs when a particular instance of a ContextMenu closes. |
![]() | Opened | Occurs when a particular instance of a ContextMenu opens. |