UICues

UICues serializable, flag

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

This set of flags is used by the UICuesEventArgs class to specify which of the UI cues has changed when the Control.ChangeUICues event is raised. The cues include such things as the focus rectangle, Alt key shortcuts, etc.

 public enum  UICues  {  None = 0x00000000  ,  ShowFocus = 0x00000001  ,  ShowKeyboard = 0x00000002  ,  Shown = 0x00000003  ,  ChangeFocus = 0x00000004  ,  ChangeKeyboard = 0x00000008  ,  Changed = 0x0000000C  } 

Hierarchy

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

Returned By

UICuesEventArgs.Changed

Passed To

UICuesEventArgs.UICuesEventArgs()



. 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