MessageBoxCustomShow(String, String, Int32, Brush, Window, String) Method
Allows for keyboard input
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public static MessageBoxResult Show(
string title,
out string value,
int MaxLength = 8,
Brush Background = null,
Window owner = null,
string[] customButtonText = null
)
- title String
- value String
- Returned text value. MUST be declared as OUT.
- MaxLength Int32 (Optional)
- Maximum length of input
- Background Brush (Optional)
- owner Window (Optional)
-
- customButtonText String (Optional)
-
MessageBoxResult