QuSystem Documentation
ShowQuestion Method (question, caption, buttons)
The System namespace that should have been...System.Windows.FormsQuMessageBoxShowQuestion(String, String, MessageBoxButtons)

[This is preliminary documentation and is subject to change.]

Shows the question.
Declaration Syntax
C#Visual BasicVisual C++
public static DialogResult ShowQuestion(
	string question,
	string caption,
	MessageBoxButtons buttons
)
Public Shared Function ShowQuestion ( _
	question As String, _
	caption As String, _
	buttons As MessageBoxButtons _
) As DialogResult
public:
static DialogResult ShowQuestion (
	String^ question, 
	String^ caption, 
	MessageBoxButtons buttons
)
Parameters
question (String)
The question.
caption (String)
The caption.
buttons (MessageBoxButtons)
The buttons.
Return Value
Remarks
Yes or No dialog box.

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0