BCGControlBar Library for .NET
CurrentTool Property




The selected tool for image to edit.
Syntax
'Declaration
 
Public Property CurrentTool As ImageEditMode
'Usage
 
Dim instance As ImageEditor
Dim value As ImageEditMode
 
instance.CurrentTool = value
 
value = instance.CurrentTool
public ImageEditMode CurrentTool {get; set;}
public: __property ImageEditMode get_CurrentTool();
public: __property void set_CurrentTool( 
   ImageEditMode value
);
public:
property ImageEditMode CurrentTool {
   ImageEditMode get();
   void set (    ImageEditMode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageEditor Class
ImageEditor Members

Send Feedback