Show / Hide Table of Contents

Class PrintMsgOptions

Options for WndUtil.PrintMsg.

public class PrintMsgOptions

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
PrintMsgOptions

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 true.

Number

Prepend counter 1, 2, 3... Default true.

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.