Utils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The Utils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAllChildControls
Walks the whole child control tree and returns all controls as a flat enumeration
Public methodStatic memberCreateGrayscaleBitmap
Converts a bitmap into grayscale mode
Public methodStatic memberDrawStringWithBackground
Draws string on the background rectangle
Public methodStatic memberDrawTextHighlight
Draws hand-drawn-looking highlighter color stick lines on top of text. The text itself is not drawn. Text may span multiple lines
Public methodStatic memberDrawUnderline
Draws an underline. Similar concept to VS or MS Word
Public methodStatic memberDrawUnderlineRectangle
Draws a rectangle that looks like underline which looks similar to VS or MS Word
Public methodStatic memberFocusWindowByText
Public methodStatic memberGetFocusedControl
Returns focused .NET control or null
Public methodStatic memberIsControlDesignerHosted
Determines if control is being used within designer
Public methodStatic memberSetUSCulture
Initializes culture to US/English
Back to Top
See Also