ShellUtilitiesOpenPropertySheet Method (ShellItemIdList, String, Boolean) |
Opens the property sheet from a pidl.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static bool OpenPropertySheet(
ShellItemIdList idList,
string caption = null,
bool throwOnError = true
)
Parameters
- idList
- Type: callback.ShellBoost.CoreShellItemIdList
The pidl. - caption (Optional)
- Type: SystemString
The caption. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Booleantrue if the property sheet was successfully created; otherwise, false.
Exceptions See Also