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