ShellUtilitiesOpenPropertySheet Method (IEnumerableShellItemIdList, String, Boolean) |
Opens the property sheet from a list of pidls.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool OpenPropertySheet(
IEnumerable<ShellItemIdList> idLists,
string caption = null,
bool throwOnError = true
)
Parameters
- idLists
- Type: System.Collections.GenericIEnumerableShellItemIdList
The pidls. - 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