ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPageView Class
Properties Methods Events


In This Topic
    ImGearPageView Class Members
    In This Topic

    The following tables list the members exposed by ImGearPageView.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearPageView class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether or not the ImGearPageView control will handle the Arrow keys.  
    Public PropertyGets or sets ImGearPageDisplay object associated with the control, representing the image and display parameters.  
    Public PropertyGets or sets the Horizontal amount to scroll when using the left or right arrow keys.  
    Public PropertyGets the horizontal ScrollBar large change increment settings.  
    Public PropertyGets the horizontal ScrollBar small change increment settings.  
    Public PropertyGets or sets a reference to a DelegatePageCalculate delegate.  
    Public PropertyGets or sets a reference to a DelegatePageCaluclate delegate.  
    Public PropertyGets or sets page associated with the control - automatically mapped to the Page property of the associated ImGearPageDisplay object.  
    Public PropertyGets or sets a value indicating whether to use configured HorizontalSmallChange, HorizontalLargeChange, VerticalSmallChange and VerticalLargeChange increments, or automatically calculated values.  
    Public PropertyGets or sets the vertical amount to scroll when using the up or down arrow keys.  
    Public PropertyGets the vertical ScrollBar large change increment settings.  
    Public PropertyGets the vertical ScrollBar small change increment settings.  
    Top
    Public Methods
     NameDescription
    Public MethodEnable or disable specified scroll bar.  
    Public MethodRegisters a method to be called after default painting has been performed.  
    Public MethodChange visibility state of scrollbars associated with window.  
    Public MethodOverloaded. Invalidates the control's area, causing its contents to be repainted.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Derived classes can implement this method to handle paint events themselves.  
    Protected MethodOverridden. Processes a command key.  
    Top
    Public Events
     NameDescription
    Public EventThis event is called after default painting has been performed.  
    Top
    See Also