NevronOpenVision
Nevron.Nov.Diagram Namespace / NDrawingDataObjectAdaptor Class / CanAdapt Method
data object to adapt
CanAdapt Method (NDrawingDataObjectAdaptor)
Determines whether the adapter can adapt the specified data object
Syntax
public override System.bool CanAdapt( 
   NDataObject dataObject
)

Parameters

dataObject
data object to adapt

Return Value

true if the data object can be adapted
Remarks
Overriden to return true if the data object contains data in the following formats: DataFormats.Text, NLibraryDataObject.FormatName and NDrawingDataObject.FormatName
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also