Qyoto.QWidget.UngrabGesture C# (CSharp) Метод

UngrabGesture() публичный Метод

public UngrabGesture ( Qt type ) : void
type Qt
Результат void
        public void UngrabGesture(Qt.GestureType type)
        {
            interceptor.Invoke("ungrabGesture$", "ungrabGesture(Qt::GestureType)", typeof(void), typeof(Qt.GestureType), type);
        }
QWidget