Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AutoResetScrollPosition Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : AutoResetScrollPosition Property



Enables or disables the automatic reset of the AutoScrollPosition property.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Enables or disables the automatic reset of the AutoScrollPosition property.")>
Public Overridable Property AutoResetScrollPosition As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AutoResetScrollPosition = value
 
value = instance.AutoResetScrollPosition
C# 
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Enables or disables the automatic reset of the AutoScrollPosition property.")]
public virtual bool AutoResetScrollPosition {get; set;}
C++/CLI 
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Enables or disables the automatic reset of the AutoScrollPosition property.")]
public:
virtual property bool AutoResetScrollPosition {
   bool get();
   void set (bool value);
}

Return Value

true to enable automatic reset, false to disable it.

Example

Remarks

When set to true, this will automatically reset the AutoScrollPosition property back to (0,0) when a new image is set to the viewer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also