JadeDotNetType Methods

The methods defined in the JadeDotNetType class are summarized in the following table.

Method Description
beginEventNotification Causes events on a .NET component to be passed through to JADE for handling
createBoxedPrimitive Creates a .NET object containing the JADE primitive value
createColor Causes the .NET runtime to create a .NET Color object for which the receiver acts as a JADE proxy
createDotNetObject Causes the .NET runtime to create the component .NET object for which the receiver acts as a JADE proxy
createEventNameMap Defines a mapping between .NET events and JADE methods to be invoked
createFont Causes the .NET runtime to create a .NET Font object for which the receiver acts as a JADE proxy
createPicture Causes the .NET runtime to create a .NET Image object for which the receiver acts as a JADE proxy
enableEvent Provides control at run time of JADE logic execution of an event associated with a component
endEventNotification Stops events on a .NET component from being passed through to JADE for handling
getBoxedPrimitive Returns a JADE primitive value for a .NET object that contains a type that maps to a JADE primitive type
getColor Retrieves color information from a .NET Color object for which the receiver is a JADE proxy
getFont Retrieves font information from a .NET Font object for which the receiver is a JADE proxy
getPicture Retrieves binary image information from a .NET Image object for which the receiver is a JADE proxy