In This Topic

EnableICM Property (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Property EnableICM As Boolean
public bool EnableICM {get; set;}
public read-write property EnableICM: Boolean; 
public function get,set EnableICM : boolean
public: __property bool get_EnableICM();

public: __property void set_EnableICM( 

   bool value

);
public:

property bool EnableICM {

   bool get();

   void set (    bool value);

}
See Also