A read only property that gets a value which determines if there are annotation elements available on the clipboard.
'Declaration
Public ReadOnly Property IsPasteAvailable As Boolean
'Usage
Dim instance As ElementCollection
Dim value As Boolean
value = instance.IsPasteAvailable
public bool IsPasteAvailable {get;}
public: __property bool get_IsPasteAvailable();
public:
property bool IsPasteAvailable {
bool get();
}
Property Value
A boolean value which is
true when there are elements available on the clipboard. Otherwise,
false is returned.