Search Results for

    Show / Hide Table of Contents

    Delegate Tree._StateIconNameCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    delegate IntPtr _StateIconNameCallback(IntPtr tree, IntPtr node, int state);
    Parameters
    Type Name Description
    System.IntPtr tree
    System.IntPtr node
    System.Int32 state
    Returns
    Type Description
    System.IntPtr

    Constructors

    _StateIconNameCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, IntPtr, Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr tree, IntPtr node, int state, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr tree
    System.IntPtr node
    System.Int32 state
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(IntPtr, IntPtr, Int32)

    Declaration
    public virtual IntPtr Invoke(IntPtr tree, IntPtr node, int state)
    Parameters
    Type Name Description
    System.IntPtr tree
    System.IntPtr node
    System.Int32 state
    Returns
    Type Description
    System.IntPtr
    In This Article
    Back to top Generated by DocFX