Specifies if a view should be displayed as a modal dialog.

Namespace:  MVCSharp.Winforms.Configuration
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public bool ShowModal { get; set; }
Visual Basic (Declaration)
Public Property ShowModal As Boolean
Visual C++
public:
property bool ShowModal {
	bool get ();
	void set (bool value);
}

See Also