Get or set confirmation type

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public ConfirmationTypes ConfirmDialogType { get; set; }
Visual Basic
Public Property ConfirmDialogType As ConfirmationTypes
	Get
	Set
Visual C++
public:
property ConfirmationTypes ConfirmDialogType {
	ConfirmationTypes get ();
	void set (ConfirmationTypes value);
}
F#
member ConfirmDialogType : ConfirmationTypes with get, set

Property Value

Type: ConfirmationTypes

See Also