protected void AddReference( string refID, string newCaption, Func<object> menuContext )
Protected Overloads Sub AddReference( _ ByVal refID As String, _ Optional ByVal newCaption As String, _ Optional ByVal menuContext As Func(Of Object) _ )
Parameters
- refID
- the DAML to add to the menu.
- newCaption
- The updated caption.
- menuContext
- A function for the menus context menu.