IUITextDocumentProxy.AdjustTextPositionByCharacterOffset(nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the cursor by offset
. Positive values are toward the end of the document; Negative are toward the start.
[Foundation.Export("adjustTextPositionByCharacterOffset:")]
[Foundation.Preserve(Conditional=true)]
public void AdjustTextPositionByCharacterOffset (nint offset);
abstract member AdjustTextPositionByCharacterOffset : nint -> unit
Parameters
- offset
- System.System.IntPtr System.nativeint
- Attributes