Extensions..::..IsScrolledToEnd Method
Determines whether wpf TextBoxBase is scrolled to bottom.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static bool IsScrolledToEnd( this TextBoxBase textBoxBase )
<ExtensionAttribute> _ Public Shared Function IsScrolledToEnd ( _ textBoxBase As TextBoxBase _ ) As Boolean
[ExtensionAttribute] public: static bool^ IsScrolledToEnd( TextBoxBase^ textBoxBase )
Parameters
- textBoxBase
- Type: TextBoxBase
The TextBoxBase.