Table of Contents

Enum WxControlPainterHandler.TitleBarButtonFlags

Namespace
Alternet.Drawing
Assembly
Alternet.UI.dll

Defines buttons that can be shown in the title bar.

[Flags]
public enum WxControlPainterHandler.TitleBarButtonFlags

Fields

Close = 16777216

Button 'Close' is shown in the title bar.

Help = 268435456

Button 'Help' is shown in the title bar.

Iconize = 67108864

Button 'Iconize' is shown in the title bar.

Maximize = 33554432

Button 'Maximize' is shown in the title bar.

Restore = 134217728

Button 'Restore' is shown in the title bar.