Qyoto.QWidget.SetShortcutEnabled C# (CSharp) Method

SetShortcutEnabled() public method

public SetShortcutEnabled ( int id ) : void
id int
return void
        public void SetShortcutEnabled(int id)
        {
            interceptor.Invoke("setShortcutEnabled$", "setShortcutEnabled(int)", typeof(void), typeof(int), id);
        }

Same methods

QWidget::SetShortcutEnabled ( int id, bool enable ) : void
QWidget