RectIsEditable Property (GdViewer)
In This Topic
Syntax
'Declaration
Public Property RectIsEditable As Boolean
public bool RectIsEditable {get; set;}
public read-write property RectIsEditable: Boolean;
public function get,set RectIsEditable : boolean
public: __property bool get_RectIsEditable();
public: __property void set_RectIsEditable(
bool value
);
public:
property bool RectIsEditable {
bool get();
void set ( bool value);
}
See Also