Qyoto.QWidget.SetShortcutEnabled C# (CSharp) Method

SetShortcutEnabled() public method

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

Same methods

QWidget::SetShortcutEnabled ( int id ) : void
QWidget