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 } Hierarchy System.Object Passed ToControlPaint.DrawCaptionButton() |