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
C’est ToolBarButton ce qui a été cliqué.
Remarques
La Button propriété est définie comme étant égale au button paramètre.