| ClipboardContainsImage Property  | 
 
            Gets a value indicating whether this 
Clipboard contains a value for 
Image.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic bool ContainsImage { get; }Public ReadOnly Property ContainsImage As Boolean
	Get
abstract ContainsImage : bool with get
override ContainsImage : bool with get
Property Value
Type: 
Booleantrue if the data object contains an image; otherwise, 
false.
Implements
IDataObjectContainsImage See Also
See Also