ExtensionMethods..::..GetRightText Method
Gets the right text.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function GetRightText ( _ text As String, _ selectionStart As Integer, _ selectionLength As Integer _ ) As String
[ExtensionAttribute] public: static String^ GetRightText( String^ text, int^ selectionStart, int^ selectionLength )
Parameters
- text
- Type: String
The text.
- selectionStart
- Type: Int32
The selection start.
- selectionLength
- Type: Int32
Length of the selection.