DesignerOptionService.ShowDialog Método

Definición

Muestra el cuadro de diálogo de opciones para el objeto especificado.

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

Parámetros

options
DesignerOptionService.DesignerOptionCollection

Colección de opciones que contiene el objeto al que se va a invocar.

optionObject
Object

Objeto de opciones real.

Devoluciones

true si se muestra el cuadro de diálogo; en caso contrario, false.

Comentarios

El ShowDialog método debe implementarse para que se muestre el optionObject cuadro de diálogo de opciones del parámetro.

Notas a los desarrolladores de herederos

La implementación predeterminada no hace nada y devuelve false.

Se aplica a

Consulte también