Gets a certain text part from the collection.
public object GetItem();
Public Function GetItem() As System.Object
public object GetItem(out System.Drawing.Point clientOffset);
Public Function GetItem(ByRef clientOffset As System.Drawing.Point) As System.Object
public object GetItem(System.Drawing.Point location, out System.Drawing.Point clientOffset);
Public Function GetItem(ByVal location As System.Drawing.Point, ByRef clientOffset As System.Drawing.Point) As System.Object
Parameter | Description |
---|---|
client |
Retrieves the text part's offset, in pixels, in the Text |
location | Specifies a location where to search for a text part. The point must be specified in pixels with an origin at the top left corner of the control. |
The return value is the found text part, which is either the text part with the input focus or the text part at the specified location. It can be an object of the type Main