 | ListControlItem Constructor (String, Object) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic ListControlItem(
string text,
Object value = null
)
Public Sub New (
text As String,
Optional value As Object = Nothing
)
public:
ListControlItem(
String^ text,
Object^ value = nullptr
)
Request Example
View SourceParameters
- text
- Type: SystemString
The text. - value (Optional)
- Type: SystemObject
The value.
See Also