[This is preliminary documentation and is subject to change.]
The Utils type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| AllChildControls |
Walks the whole child control tree and returns all controls as a flat enumeration
| |
| CreateGrayscaleBitmap |
Converts a bitmap into grayscale mode
| |
| DrawStringWithBackground |
Draws string on the background rectangle
| |
| DrawTextHighlight |
Draws hand-drawn-looking highlighter color stick lines on top of text. The text itself is not drawn.
Text may span multiple lines
| |
| DrawUnderline |
Draws an underline. Similar concept to VS or MS Word
| |
| DrawUnderlineRectangle |
Draws a rectangle that looks like underline which looks similar to VS or MS Word
| |
| FocusWindowByText | ||
| GetFocusedControl |
Returns focused .NET control or null
| |
| IsControlDesignerHosted |
Determines if control is being used within designer
| |
| SetUSCulture |
Initializes culture to US/English
|
See Also