GoDiagram Web Reference
FindView Method

For a MenuItem in a GoContextMenu, this static method gets the GoView in which the menu item command should be operating.
Syntax
'Declaration
 
Public Shared Function FindView( _
   ByVal m As MenuItem _
) As GoView
public static GoView FindView( 
   MenuItem m
)

Parameters

m
Remarks
Sometimes an object specific context menu item command will need access to the view in which the context menu was invoked.
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

GoContextMenu Class
GoContextMenu Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback