ImageGear .NET
ActiveController Property




Gets or sets the currently active MPR controller.
Syntax
'Declaration
 
Public Property ActiveController As ImGearMprController
'Usage
 
Dim instance As ImGearMprVisualizer
Dim value As ImGearMprController
 
instance.ActiveController = value
 
value = instance.ActiveController
public ImGearMprController ActiveController {get; set;}
public: __property ImGearMprController* get_ActiveController();
public: __property void set_ActiveController( 
   ImGearMprController* value
);
public:
property ImGearMprController^ ActiveController {
   ImGearMprController^ get();
   void set (    ImGearMprController^ value);
}

Property Value

ImGearMprController value.
See Also

Reference

ImGearMprVisualizer Class
ImGearMprVisualizer Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback