Search Results for

    Show / Hide Table of Contents

    Delegate BlockDialog.KeyboardFocusNotify

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void KeyboardFocusNotify(UIBlock block, bool isFocus);
    Parameters
    Type Name Description
    UIBlock block
    System.Boolean isFocus

    Constructors

    KeyboardFocusNotify(Object, IntPtr)

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

    Methods

    BeginInvoke(UIBlock, Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UIBlock block, bool isFocus, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    UIBlock block
    System.Boolean isFocus
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(UIBlock, Boolean)

    Declaration
    public virtual void Invoke(UIBlock block, bool isFocus)
    Parameters
    Type Name Description
    UIBlock block
    System.Boolean isFocus
    In This Article
    Back to top Generated by DocFX