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 System.bool DrawExceptionOnViewer {get; set;}
public read-write property DrawExceptionOnViewer: System.Boolean;
public function get,set DrawExceptionOnViewer : System.boolean
public: __property System.bool get_DrawExceptionOnViewer();
public: __property void set_DrawExceptionOnViewer(
System.bool value
);
public:
property System.bool DrawExceptionOnViewer {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property DrawExceptionOnViewer As System.Boolean
'Usage
Dim instance As DrawExceptionArgs
Dim value As System.Boolean
instance.DrawExceptionOnViewer = value
value = instance.DrawExceptionOnViewer
Target Platforms: .NET CLR 4.8 or higher