_Inspector.CurrentItem Property

Definition

Returns an Object representing the current item being displayed in the inspector. Read-only.

public:
 property System::Object ^ CurrentItem { System::Object ^ get(); };
public object CurrentItem { get; }
Public ReadOnly Property CurrentItem As Object

Property Value

Remarks

If no item is currently open, an error message will be returned.

Applies to