 | DropDownCheckTreeFormattingEnabled Property |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool FormattingEnabled { get; set; }
Public Property FormattingEnabled As Boolean
Get
Set
public:
property bool FormattingEnabled {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
BooleanReturn Value
Type:
Booleantrue if formatting of the
DisplayMember property is enabled; otherwise, false. The default is false.
See Also