DekGenius.com
[ Team LiB ] Previous Section Next Section

CaptionButtonserializable

System.Windows.Forms (system.windows.forms.dll)enum

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) CaptionButton

Passed To

ControlPaint.DrawCaptionButton()

    [ Team LiB ] Previous Section Next Section