ToolBarButtonClickEventArgs(ToolBarButton) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ToolBarButtonClickEventArgs.
public:
ToolBarButtonClickEventArgs(System::Windows::Forms::ToolBarButton ^ button);
public ToolBarButtonClickEventArgs (System.Windows.Forms.ToolBarButton button);
new System.Windows.Forms.ToolBarButtonClickEventArgs : System.Windows.Forms.ToolBarButton -> System.Windows.Forms.ToolBarButtonClickEventArgs
Public Sub New (button As ToolBarButton)
Paramètres
- button
- ToolBarButton
ToolBarButton sur lequel l'utilisateur a cliqué.
Remarques
La Button propriété est définie sur le button
paramètre.