VisualPropertiesSetItemHeight Method |
Sets the specified item height in pixels.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void SetItemHeight(
int height,
bool throwOnError = true
)
Parameters
- height
- Type: SystemInt32
The height in pixels. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
See Also