DesignerOptionService.ShowDialog 메서드

정의

지정된 개체에 대한 옵션 대화 상자를 표시합니다.

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

매개 변수

options
DesignerOptionService.DesignerOptionCollection

호출할 개체를 포함하는 options 컬렉션입니다.

optionObject
Object

실제 옵션 개체입니다.

반품

대화 상자가 표시되면 이고, 그렇지 않으면 .

설명

ShowDialog 매개 변수의 옵션 대화 상자를 표시하려면 메서드를 구현 optionObject 해야 합니다.

상속자 참고

기본 구현은 아무 작업도 수행 하지 하 고 반환 false합니다.

적용 대상

추가 정보