[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static void SetCaretPos(
this TextBox sender,
int position
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Sub SetCaretPos (
sender As TextBox,
position As Integer
)
Dim sender As TextBox
Dim position As Integer
sender.SetCaretPos(position)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static void SetCaretPos(
TextBox^ sender,
int position
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member SetCaretPos :
sender : TextBox *
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.TextBoxExtensions.TextBoxExtensions.SetCaretPos(System.Windows.Forms.TextBox,System.Int32)"]
ArgumentOutOfRangeException | position, 'position' must be in the range of the current text length. |