CustomComboBoxPreventPopupHide Property

Gets or sets a value indicating whether to prevent hiding the popup window.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
protected bool PreventPopupHide { get; set; }

Property Value

Boolean
true if hiding is prevented; otherwise, false.

See Also