GoDiagram Web Reference
GetCursorName Method (GoObject)

Called when rendering the view to determine the cursor, if any, to display over this object.
Syntax
'Declaration
 
Public Overridable Function GetCursorName( _
   ByVal view As GoView _
) As String
public virtual string GetCursorName( 
   GoView view
)

Parameters

view

Return Value

By default this returns null: just show the view's default cursor.
Remarks
By default this method does nothing but return null. Currently this is used by BuildCursorSearchArray to get cursor names for all of the objects that are visible in the GoView.
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

Reference

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback