Click or drag to resize

CM_SET_WIDTH_VALUE Enumeration

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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