DesignerOptionService::ShowDialog Method (DesignerOptionService::DesignerOptionCollection^, Object^)
.NET Framework (current version)
Shows the options dialog box for the given object.
Assembly: System (in System.dll)
protected: virtual bool ShowDialog( DesignerOptionService::DesignerOptionCollection^ options, Object^ optionObject )
Parameters
- options
-
Type:
System.ComponentModel.Design::DesignerOptionService::DesignerOptionCollection^
The options collection containing the object to be invoked.
- optionObject
-
Type:
System::Object^
The actual options object.
The ShowDialog method must be implemented for the optionObject parameter's options dialog box to be shown.
Notes to Inheritors:
The default implementation does nothing and returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: