Qyoto.QWidget.ReleaseShortcut C# (CSharp) Method

ReleaseShortcut() public method

public ReleaseShortcut ( int id ) : void
id int
return void
        public void ReleaseShortcut(int id)
        {
            interceptor.Invoke("releaseShortcut$", "releaseShortcut(int)", typeof(void), typeof(int), id);
        }
QWidget