Gets or sets the position of the pointer in the edit control when it receives the focus.
Syntax
Property Value
EditModeCursorPosition setting that determines the position of the pointer in the edit control when it receives the focus
Remarks
Example
C# | Copy Code |
---|
control.Text = "This is a test of the pointer position.";
control.EditModeCursorPosition = FarPoint.Win.EditModeCursorPosition.LastKnownPosition;
control.AcceptsTab = true;
control.MarginLeft = 5;
|
Visual Basic | Copy Code |
---|
control.Text = "This is a test of the pointer position."
control.EditModeCursorPosition = FarPoint.Win.EditModeCursorPosition.LastKnownPosition
control.AcceptsTab = True
control.MarginLeft = 5
|
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
See Also