'Declaration Public Property Select As ImGearSelectSettings
'Usage Dim instance As ImGearMouseToolSettings Dim value As ImGearSelectSettings instance.Select = value value = instance.Select
public ImGearSelectSettings Select {get; set;}
public: __property ImGearSelectSettings* get_Select(); public: __property void set_Select( ImGearSelectSettings* value );
public: property ImGearSelectSettings^ Select { ImGearSelectSettings^ get(); void set ( ImGearSelectSettings^ value); }