Qyoto.QWidget.GrabShortcut C# (CSharp) Method

GrabShortcut() public method

public GrabShortcut ( QKeySequence key, Qt context ) : int
key QKeySequence
context Qt
return int
        public int GrabShortcut(QKeySequence key, Qt.ShortcutContext context)
        {
            return (int) interceptor.Invoke("grabShortcut#$", "grabShortcut(const QKeySequence&, Qt::ShortcutContext)", typeof(int), typeof(QKeySequence), key, typeof(Qt.ShortcutContext), context);
        }

Same methods

QWidget::GrabShortcut ( QKeySequence key ) : int
QWidget