DesignerOptionService.ShowDialog Méthode
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.
Affiche la boîte de dialogue d'options pour l'objet donné.
protected:
virtual bool ShowDialog(System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ options, System::Object ^ optionObject);
protected virtual bool ShowDialog (System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject);
abstract member ShowDialog : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection * obj -> bool
override this.ShowDialog : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection * obj -> bool
Protected Overridable Function ShowDialog (options As DesignerOptionService.DesignerOptionCollection, optionObject As Object) As Boolean
Paramètres
Collection d'options contenant l'objet à appeler.
- optionObject
- Object
Objet d'options réel.
Retours
true
si la boîte de dialogue est affichée ; sinon, false
.
Remarques
La ShowDialog méthode doit être implémentée pour que la optionObject
boîte de dialogue options du paramètre s’affiche.
Notes pour les héritiers
L’implémentation par défaut ne fait rien et retourne false
.