GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoContextMenu Class / FindView Method
In This Topic
    FindView Method
    In This Topic
    For a MenuItem in a GoContextMenu, this static method gets the GoView in which the menu item command should be operating.
    Syntax
    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.
    See Also