ImageGear Professional v18.2 > API Reference Guide > View Component API Reference > View Component Objects > IGPageViewCtl Control > IGPageViewCtl Properties > SelectEvent Property |
Gets and sets the select event that occurs when the user depresses the left mouse button. If you set this property to value different than IG_VIEW_SELECT_NO, a rubber rectangle is drawn in the control when the user depresses the left mouse button and drags the mouse. When set to IG_VIEW_SELECT_FIRE, the rectangle values are sent to the SelectEvent Event procedure. When set to IG_VIEW_SELECT_FIRE_AND_ZOOM, selection rectangle is drawn according with current image display settings, SelectEvent Event is fired and image is automatically zoomed-in according with the rectange selected.
Read-write property
enumIGViewSelectEvent Enumeration
Default Value: IG_VIEW_SELECT_NO
Valid Values: enumIGViewSelectEvent Enumeration values
N/A
Display_View