Search Results for

    Show / Hide Table of Contents

    Delegate BlockDialog.EnableOKButton

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate bool BlockDialog.EnableOKButton()
    Returns
    Type Description
    bool

    Constructors

    EnableOKButton(object, nint)

    Declaration
    public EnableOKButton(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke()

    Declaration
    public virtual bool Invoke()
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX