API Documentation > CorelDRAW > 2025-v26
ICUIApplication interface
ICUIApplication interface
Syntax:
Interface ICUIApplication
Properties:
Name Description
DataContext Returns the top-level application data context
FrameWork Returns the FrameWork class instance representing the application UI framework subsystem
Methods:
Name Description
CreateBitmapImage Creates an instance of BitmapImage object and optionally reads the image data from ImageData which can be a file name, raw image data as a byte-array, or a image data stream
CreateDataSourceFactory Creates a wrapper around datasource factory object. The returned object implements ICUIDataSourceFactory which redirects calls to its methods to generic dispatch object DataSourceFactoryObject
CreateImageList Creates an imstance of image list object used in the UI data binding framework to supply images/icons for UI controls
CreateScreenRect Creates an instance of ScreenRect object
CreateStatusText Creates an instance of StatusText object
LoadLocalizedString Loads a string resource from a Guid
RegisterDataSource Registers a datasource class factory
UnregisterDataSource Unregisters a datasource class factory