ImageGear .NET
Select Property




Gets or sets an object that provides access to the settings of the select mouse tool.
Syntax
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);
}
'Declaration
 
Public Property Select As ImGearSelectSettings
 
'Usage
 
Dim instance As ImGearMouseToolSettings
Dim value As ImGearSelectSettings
 
instance.Select = value
 
value = instance.Select

Property Value

A ImGearSelectSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback