Click or drag to resize

CM_SET_WIDTH_VALUE Enumeration

Specifies width values in pixels and includes special support for default and autosize.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum CM_SET_WIDTH_VALUE
Members
  Member nameValueDescription
CM_WIDTH_USEDEFAULT-1 Use the default width.
CM_WIDTH_AUTOSIZE-2 Use the auto-size width.
See Also