RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..ScrollToTop Method

Scrolls to top.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public static void ScrollToTop(
	this TextBox textBox
)
<ExtensionAttribute> _
Public Shared Sub ScrollToTop ( _
	textBox As TextBox _
)
[ExtensionAttribute]
public:
static void ScrollToTop(
	TextBox^ textBox
)

Parameters

textBox
Type: TextBox
The text box.