In This Topic

ShowImage Property

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