UICuesEventArgs(UICues) Constructor

Definition

Initializes a new instance of the UICuesEventArgs class with the specified UICues.

public:
 UICuesEventArgs(System::Windows::Forms::UICues uicues);
public UICuesEventArgs (System.Windows.Forms.UICues uicues);
new System.Windows.Forms.UICuesEventArgs : System.Windows.Forms.UICues -> System.Windows.Forms.UICuesEventArgs
Public Sub New (uicues As UICues)

Parameters

uicues
UICues

A bitwise combination of the UICues values.

Applies to

See also