Class PrintMsgOptions
Options for WndUtil.PrintMsg.
public class PrintMsgOptions
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
PrintMsgOptions() | |
PrintMsgOptions(params int[]) | Sets PrintMsgOptions.Skip. |
Properties
Name | Description |
---|---|
Indent | Prepend one or more tabs if the caller function (usually a window procedure) is called recursively.
Default |
Number | Prepend counter 1, 2, 3...
Default |
Skip | Ignore these messages. To specify a range of messages, use two array elements: first message and negative last message. |
WindowProperties | Append window classname, name and rectangle. |