This property retrieves the type of the object that is selected.
[Visual Basic] Public ReadOnly Property
SelectedObjectKind As KindOfEdit
[C#] public KindOfEdit SelectedObjectKind
{get;}
Property Value
A value of type KindOfEdit
Explanation
The SelectedObjectKind property retrieves the type of the object that is selected.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is KindOfEdit.Select.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit