PropertySheet.Show Method (Form)
Shows a modeless form using the property sheet as the parent.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Show(
Form form
)
public:
void Show(
Form^ form
)
member Show :
form:Form -> unit
Public Sub Show (
form As Form
)
Parameters
form
Type: System.Windows.Forms.FormThe modeless form to show.
See Also
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top