Click or drag to resize
Task Scheduler Managed Class Library

ITaskEditorUIElement Interface

Represents a UI element that can must be forced to refresh its state

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public interface ITaskEditorUIElement
Request Example

The ITaskEditorUIElement type exposes the following members.

Methods
 NameDescription
Public methodRefreshState Refreshes the state of the elements within the control using values set within the control.
Top
See Also