GoDiagram Web Reference
GoMenuItem Constructor(String,EventHandler)

Construct a menu item with a caption that invokes an event handler method on an object on the server when the user clicks the item.
Syntax
'Declaration
 
Public Function New( _
   ByVal caption As String, _
   ByVal onClick As EventHandler _
)
public GoMenuItem( 
   string caption,
   EventHandler onClick
)

Parameters

caption
onClick
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

GoMenuItem Class
GoMenuItem Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback