[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Cursor Info=Represents the image used to paint the mouse pointer [Property] Name=The name of component|2| FileName=Sets the cursor file to load|2| Cursor=Sets the member of enumeration|14|3|AppStarting,Arrow,Cross,Default,Hand,Help,HSplit,IBeam,No,NoMove2D,NoMoveHoriz,NoMoveVert,PanEast,PanNE,PanNorth,PanNW,PanSE,PanSouth,PanSW,PanWest,SizeAll,SizeNESW,SizeNS,SizeNWSE,SizeWE,UpArrow,VSplit,WaitCursor @Clip=Sets the bounds that represent the clipping rectangle for the cursor.ARG(Rectangle)|20|(empty)|Rectangle @Current=Sets a cursor object that represents the mouse cursor.ARG(Cursor)|20|(empty)|Cursor @Position=Sets the cursor's position.ARG(Point)|20|(empty)|Point @Tag=Sets the object that contains data about the Cursor. ARG(Object)|20|(empty)|Object [Methods] *doDispose=Releases all resources used by the Cursor. ARG()|1|0 *doDraw=Draws the cursor on the specified surface, within the specified bounds.ARG(Graphics g, Rectangle targetRect)|1|0 *doDrawStretched=Draws the cursor in a stretched format on the specified surface, within the specified bounds.ARG(Graphics g, Rectangle targetRect)|1|0 *doHide=Hides the cursor.ARG()|1|0 *doShow=Displays the cursor.ARG()|1|0 *Clip=Returns the bounds that represent the clipping rectangle for the cursor.ARG(Rectangle)|3|0 *CopyHandle=Copies the handle of this Cursor. ARG(IntPtr)|3|0 Cursor=Returns a cursor object.ARG(Cursor)|3|0 *Current=Returns a cursor object that represents the mouse cursor.ARG(Cursor)|3|0 *Handle=Returns the handle of the cursor.ARG(IntPtr)|3|0 *HotSpot=Returns the cursor hot spot.ARG(Point)|3|0 *Position=Returns the cursor's position.ARG(Point)|3|0 *Size=Returns the size of the cursor object.ARG(Size)|3|0 *Tag=Returns the object that contains data about the Cursor.ARG(Object)|3|0 *g=Defines the Graphics surface on which to draw the Cursor.ARG(Graphics)|4|0 *handle=Defines an IntPtr that represents the Windows handle of the cursor to create.ARG(IntPtr)|4|0 *stream=Defines the data stream to load the Cursor from.ARG(Stream)|4|10 *targetRect=Defines the Rectangle that represents the bounds of the Cursor.ARG(Rectangle)|4|0