Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.ViewContextMenuItemVisibilityCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public delegate bool ViewContextMenuItemVisibilityCallback(NavigatorView view);
    Parameters
    Type Name Description
    NavigatorView view
    Returns
    Type Description
    System.Boolean

    Constructors

    ViewContextMenuItemVisibilityCallback(Object, IntPtr)

    Declaration
    public ViewContextMenuItemVisibilityCallback(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(NavigatorView, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NavigatorView view, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    NavigatorView view
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Boolean

    Invoke(NavigatorView)

    Declaration
    public virtual bool Invoke(NavigatorView view)
    Parameters
    Type Name Description
    NavigatorView view
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX