ExtCursor Constructor(String,Boolean,Size)
Initializes a new instance of the ExtCursor class from the specified file.
Syntax
public ExtCursor( string pFilename, bool pDefaultSize, Size pPreferredSize )
public: ExtCursor( String^ pFilename, bool pDefaultSize, Size pPreferredSize )
Parameters
- pFilename
- The cursor file to load.
- pDefaultSize
- Whether the default system metric cursor size should be used.
- pPreferredSize
- The preferred size of the cursor to load.
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