AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation.Utilities.ExtCursors Namespace > ExtCursor Class > ExtCursor Constructor : ExtCursor Constructor(Assembly,String,String,Boolean,Size,Boolean)
The assembly containing the resource.
The name of the compiled resource file, e.g. "MyApp.Properties.Resources".
The name of the resource.
Whether the default system metric cursor size should be used.
The preferred size of the cursor to load.
Whether the cursor handle is to be shared.
ExtCursor Constructor(Assembly,String,String,Boolean,Size,Boolean)
Initializes a new instance of the ExtCursor class from a resource.
Syntax

Parameters

pResourceAssembly
The assembly containing the resource.
pResXName
The name of the compiled resource file, e.g. "MyApp.Properties.Resources".
pResourceName
The name of the resource.
pDefaultSize
Whether the default system metric cursor size should be used.
pPreferredSize
The preferred size of the cursor to load.
pShareable
Whether the cursor handle is to be shared.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also