| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property EditModeCursorPosition As EditModeCursorPosition | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual EditModeCursorPosition EditModeCursorPosition {get; set;} | |
Return Value
EditModeCursorPosition setting that determines the position of the pointer in the edit control when it receives the focus| C# | Copy Code |
|---|---|
control.Text = "This is a test of the pointer position."; | |
| Visual Basic | Copy Code |
|---|---|
control.Text = "This is a test of the pointer position." | |
Some controls display a cursor when they receive the focus. Specify the position of the cursor by setting this property.