UICuesEventArgs

UICuesEventArgs

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

This class encapsulates the data for the Control.ChangeUICues event. It allows you to determine which of the UICues have Changed .

 public class  UICuesEventArgs  : EventArgs {  // Public Constructors  public  UICuesEventArgs  (UICues  uicues  );  // Public Instance Properties  public UICues  Changed  {get; }    public bool  ChangeFocus  {get; }    public bool  ChangeKeyboard  {get; }    public bool  ShowFocus  {get; }    public bool  ShowKeyboard  {get; } } 

Hierarchy

System.Object System.EventArgs UICuesEventArgs

Passed To

Control.OnChangeUICues() , UICuesEventHandler.{BeginInvoke() , Invoke()}



. 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