 | FullDateTimePickerText Property |
Gets or sets the text associated with this control.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic override string Text { get; set; }
Public Overrides Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}
Request Example
View SourceProperty Value
Type:
StringReturn Value
Type:
StringA string that represents the text associated with this control.
See Also