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;}
See Also