C# Class WikiFunctions.Controls.InputBoxResult

Class used to store the result of an InputBox.Show message.
Datei anzeigen Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
OK bool
Text string

Property Details

OK public_oe property

public bool OK
return bool

Text public_oe property

public string Text
return string