'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); }