Initializes a new instance of the
DefaultBox class
Namespace:
FileHold.Common.Dashboard
Assembly:
FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntaxpublic DefaultBox(
string title = "test",
int state = 0,
string value = "",
string caption = "",
string value2 = "",
string caption2 = ""
)
Parameters
- title (Optional)
- Type: SystemString
- state (Optional)
- Type: SystemInt32
- value (Optional)
- Type: SystemString
- caption (Optional)
- Type: SystemString
- value2 (Optional)
- Type: SystemString
- caption2 (Optional)
- Type: SystemString
See Also