[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static void SetCaretPos(
this RichTextBox sender,
int position
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Sub SetCaretPos (
sender As RichTextBox,
position As Integer
)
Dim sender As RichTextBox
Dim position As Integer
sender.SetCaretPos(position)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static void SetCaretPos(
RichTextBox^ sender,
int position
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member SetCaretPos :
sender : RichTextBox *
position : int -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="position"/> documentation for "M:DevCase.Extensions.RichTextBoxExtensions.RichTextBoxExtensions.SetCaretPos(System.Windows.Forms.RichTextBox,System.Int32)"]
ArgumentOutOfRangeException | position, 'position' must be in the range of the current text length. |