GdViewer.ClickMenuEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("6FA20F4B-414D-34FA-AEA9-52F614F0BFB4")>
Public Delegate Sub GdViewer.ClickMenuEventHandler( _
ByVal As Integer _
)
[Guid("6FA20F4B-414D-34FA-AEA9-52F614F0BFB4")]
public delegate void GdViewer.ClickMenuEventHandler(
int
)
public delegate GdViewer.ClickMenuEventHandler(
: Integer
);
GuidAttribute("6FA20F4B-414D-34FA-AEA9-52F614F0BFB4")
public delegate GdViewer.ClickMenuEventHandler(
: int
)
[Guid("6FA20F4B-414D-34FA-AEA9-52F614F0BFB4")]
public: __gc __delegate void GdViewer.ClickMenuEventHandler(
int
)
[Guid("6FA20F4B-414D-34FA-AEA9-52F614F0BFB4")]
public delegate void GdViewer.ClickMenuEventHandler(
int
)
Parameters
- MenuItem
- The index of the menu item that has been clicked. The available values representing individual menu items are listed below (please see the corresponding ordering number for each menu item):
- Pages / Frames
- Pages / Frames -> Goto First
- Pages / Frames -> Goto Previous
- Pages / Frames -> Goto Next
- Pages / Frames -> Goto Last
- Play Gif
- Stop Gif Animation
- Rotations - Flips
- Rotations - Flips -> Rotate 90°
- Rotations - Flips -> Rotate 180°
- Rotations - Flips -> Rotate 270°
- Rotations - Flips -> Flip X
- Rotations - Flips -> RotateFlip 90°
- Rotations - Flips -> RotateFlip 180°
- Rotations - Flips -> RotateFlip 270°
- ScrollBars
- Copy Bitmap to Clipboard
- Zoom
- Zoom -> Zoom in
- Zoom -> Zoom out
- Zoom -> Zoom 100%
- Zoom -> Zoom to selected area
- Zoom -> Fit image to viewer (keep aspect ratio)
- Zoom -> Fit image to viewer (don't keep aspect ratio)
- Zoom -> Fit image to viewer width
- Zoom -> Fit image to viewer height
- Mouse Mode
- Mouse Mode -> Nothing
- Mouse Mode -> Hand Pan Tool
- Mouse Mode -> Area Selection Tool
- Left Click -> Area Zooming Tool
- Viewer Quality
- Viewer Quality -> Automatic
- Viewer Quality -> Quality Low
- Viewer Quality -> Quality Bilinear
- Viewer Quality -> Quality Bicubic
- Viewer Quality -> Quality Bilinear HQ
- Viewer Quality -> Quality Bicubic HQ
- Mouse Mode -> Magnifier Tool
- Copy Text to Clipboard
- Shrink image to viewer width
See Also