Gets a certain text part from the collection.
public object GetItem();
public object GetItem(out System.Drawing.Point clientOffset);
public object GetItem(System.Drawing.Point location, out System.Drawing.Point clientOffset);
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