SelectionData.ShowPropertySheet Method (String)
Displays the property sheet for the selection. This method brings an existing sheet to the foreground.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool ShowPropertySheet(
string title
)
public:
bool ShowPropertySheet(
String^ title
)
member ShowPropertySheet :
title:string -> bool
Public Function ShowPropertySheet (
title As String
) As Boolean
Parameters
title
Type: System.StringThe title of the property sheet.
Return Value
Type: System.Boolean
True if the property sheet gets displayed; false if the property sheet was already up.
Remarks
If there is a property sheet that has already been created, a new one is not created. For details, please see Update.
See Also
ShowPropertySheet Overload
SelectionData Class
Microsoft.ManagementConsole Namespace
Return to top