Gets a boolean value which indicates whether there is a layer available on the clipboard.
public bool IsPasteAvailable {get;}
public: __property bool get_IsPasteAvailable();
public:
property bool IsPasteAvailable {
bool get();
}
'Declaration
Public ReadOnly Property IsPasteAvailable As Boolean
'Usage
Dim instance As LayerCollection
Dim value As Boolean
value = instance.IsPasteAvailable
Property Value
A boolean value which is
true when a layer is available on the clipboard. Otherwise,
false is returned.