ImageGear for .NET
Select Property




Gets or sets an object that provides access to the settings of the select mouse tool.
Syntax
'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);
}

Property Value

A ImGearSelectSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback