 | DropDownCheckListCheckAllText Property |
Gets or sets the text used on the Check All Items item that, when clicked, will check all the other items.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic string CheckAllText { get; set; }
Public Property CheckAllText As String
Get
Set
public:
property String^ CheckAllText {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
StringThe text.
See Also