Obtains the current position of the underlying cursor.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getPosition() As String |
| C# |
|---|
| public string getPosition() |
| C++ |
|---|
| public: String getPosition() sealed |
| J# |
|---|
| public string getPosition() |
| JScript |
|---|
| public function getPosition() : String |
Return Value
The current position of the underlying cursor.
Remarks
This position may be used to later set the cursor position using {@link #setPosition}.