Skybound AutoComplete

DrawItemEventArgs.DrawText Method

Draws text on the item at the specified location.

Overload List

Draws text on the Graphics surface at the specified location using the default foreground color.

public void DrawText(Point);

Draws text on the Graphics surface at the specified location using the default foreground color.

public void DrawText(Point,string);

Draws text on the item at the specified location.

public void DrawText(Point,string,Color);

See Also

DrawItemEventArgs Class | Skybound.AutoComplete Namespace