MessageBoxCustomShow(String, String, Int32, Brush, Window, String) Method

Allows for keyboard input

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static MessageBoxResult Show(
	string title,
	out string value,
	int MaxLength = 8,
	Brush Background = null,
	Window owner = null,
	string[] customButtonText = null
)

Parameters

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)
 

Return Value

MessageBoxResult

See Also