March 2003
Intermediate to advanced
896 pages
32h 35m
English
CaptionButton
This enumeration lists the various types of window caption button
that the system knows how to render (e.g., the close button). It is
used by the ControlPaint.DrawCaptionButton()
method to specify the imagery to be drawn.
public enum CaptionButton { Close = 0, Minimize = 1, Maximize = 2, Restore = 3, Help = 4 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ CaptionButton
ControlPaint.DrawCaptionButton()