SelectedImage gets/sets the current selected image.
The selected image is showed with a contour.
-1 means no selected image.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int SelectedImage { get; set; }
Public Property SelectedImage As Integer Get Set
public: property int SelectedImage { int get (); void set (int value); }