Qyoto.QWidget.SetShortcutAutoRepeat C# (CSharp) Method

SetShortcutAutoRepeat() public method

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

Same methods

QWidget::SetShortcutAutoRepeat ( int id ) : void
QWidget