RegionHolderTIRegionWithEditableTextTryGetPreviousChar Method
Gets a char previous to the current cursor position.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool IRegionWithEditableText.TryGetPreviousChar(
out char letter
)
Private Function TryGetPreviousChar (
<OutAttribute> ByRef letter As Char
) As Boolean Implements IRegionWithEditableText.TryGetPreviousChar
private:
virtual bool TryGetPreviousChar(
[OutAttribute] wchar_t% letter
) sealed = IRegionWithEditableText::TryGetPreviousChar
private abstract TryGetPreviousChar :
letter : char byref -> bool
private override TryGetPreviousChar :
letter : char byref -> bool
- letter Char
- A letter set before the cursor.
BooleanReturns true if operation succeeded, false otherwise.
IRegionWithEditableTextTryGetPreviousChar(Char)