Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBoxSizeMode Enumeration

Sizing mode for the CustomComboBox drop-down area.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public enum SizeMode
Request Example View Source
Members
Member nameValueDescription
UseComboSize0 Uses the width of the parent.
UseControlSize1 Uses the width of the supplied control for the drop-down.
UseDropDownSize2 Uses the width of the combo box drop-down box.
See Also