Share via


DesignerOptionService.ShowDialog Méthode

Définition

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

options
DesignerOptionService.DesignerOptionCollection

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.

S’applique à

Voir aussi