Name | Description | |
---|---|---|
ImGearPageView Constructor | Initializes a new instance of the ImGearPageView class. |
The following tables list the members exposed by ImGearPageView.
Name | Description | |
---|---|---|
ImGearPageView Constructor | Initializes a new instance of the ImGearPageView class. |
Name | Description | |
---|---|---|
BindArrowKeyScrolling | Gets or sets a value indicating whether or not the ImGearPageView control will handle the Arrow keys. | |
Display | Gets or sets ImGearPageDisplay object associated with the control, representing the image and display parameters. | |
HorizontalArrowIncerment | Gets or sets the Horizontal amount to scroll when using the left or right arrow keys. | |
HorizontalLargeChange | Gets the horizontal ScrollBar large change increment settings. | |
HorizontalSmallChange | Gets the horizontal ScrollBar small change increment settings. | |
NotifyPageDown | Gets or sets a reference to a DelegatePageCalculate delegate. | |
NotifyPageUp | Gets or sets a reference to a DelegatePageCaluclate delegate. | |
Page | Gets or sets page associated with the control - automatically mapped to the Page property of the associated ImGearPageDisplay object. | |
UseConfiguredScrollbarIncrements | Gets or sets a value indicating whether to use configured HorizontalSmallChange, HorizontalLargeChange, VerticalSmallChange and VerticalLargeChange increments, or automatically calculated values. | |
VerticalArrowIncerment | Gets or sets the vertical amount to scroll when using the up or down arrow keys. | |
VerticalLargeChange | Gets the vertical ScrollBar large change increment settings. | |
VerticalSmallChange | Gets the vertical ScrollBar small change increment settings. |
Name | Description | |
---|---|---|
EnableScrollBar | Enable or disable specified scroll bar. | |
RegisterAfterDraw | Registers a method to be called after default painting has been performed. | |
ShowScrollBar | Change visibility state of scrollbars associated with window. | |
Update | Overloaded. Invalidates the control's area, causing its contents to be repainted. |
Name | Description | |
---|---|---|
OnPaint | Overridden. Derived classes can implement this method to handle paint events themselves. | |
ProcessCmdKey | Overridden. Processes a command key. |
Name | Description | |
---|---|---|
AfterDrawEvent | This event is called after default painting has been performed. |