DrawExceptionOnViewer Property
A read/write property to control whether the default message detailing the exception
is to be drawn onto the viewer's surface.
public bool DrawExceptionOnViewer {get; set;}
public:
property bool DrawExceptionOnViewer {
bool get();
void set ( bool value);
}
'Declaration
Public Property DrawExceptionOnViewer As Boolean
'Usage
Dim instance As DrawExceptionArgs
Dim value As Boolean
instance.DrawExceptionOnViewer = value
value = instance.DrawExceptionOnViewer
Target Platforms: .NET CLR 4.0 or higher