ButtonState

ButtonState serializable, flag

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

This enumeration is used by various ControlPaint methods that deal with drawing buttons , to specify the state in which the button imagery should be drawn.

 public enum  ButtonState  {  Normal = 0x00000000  ,  Inactive = 0x00000100  ,  Pushed = 0x00000200  ,  Checked = 0x00000400  ,  Flat = 0x00004000  ,  All = 0x00004700  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) ButtonState

Passed To

ControlPaint.{DrawButton() , DrawCaptionButton() , DrawCheckBox() , DrawComboButton() , DrawMixedCheckBox() , DrawRadioButton() , DrawScrollButton()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net