InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / ScrollPosition Property

In This Topic
    ScrollPosition Property (C1InputPanel)
    In This Topic
    Gets or sets the System.Drawing.Point value determining the current scroll position.
    Syntax
    'Declaration
     
    Public Shadows Property ScrollPosition As Point
    public new Point ScrollPosition {get; set;}
    Remarks
    This is negative or zero pixel offset of the left upper corner of the scrollable area.
    See Also