This property retrieves the number of the selected object.
[Visual Basic] Public ReadOnly Property
SelectedObjectNumber As Integer
[C#] public int SelectedObjectNumber
{get;}
Property Value
An integer representing the object number.
Default value is 0.
Explanation
The SelectedObjectNumber property retrieves the number of the selected object.
This property value also represents the z-order value for the selected object.
When the EditKind property is set to values other then KindOfEdit.Select or when no object has been selected, this property value is 0.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit