Accusoft.NotateXpress13.Net
UserDraw Property (RectangleTool)




Gets and sets whether or not the UserDraw event is raised.
Syntax
'Declaration
 
Public Property UserDraw As Boolean
'Usage
 
Dim instance As RectangleTool
Dim value As Boolean
 
instance.UserDraw = value
 
value = instance.UserDraw
public bool UserDraw {get; set;}
public: __property bool get_UserDraw();
public: __property void set_UserDraw( 
   bool value
);
public:
property bool UserDraw {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to raise the UserDraw event. Otherwise, false is used and the UserDraw event is not raised.
See Also

Reference

RectangleTool Class
RectangleTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback