Qyoto.QWidget.WindowType C# (CSharp) Method

WindowType() public method

public WindowType ( ) : Qt.WindowType
return Qt.WindowType
        public new Qt.WindowType WindowType()
        {
            return (Qt.WindowType) interceptor.Invoke("windowType", "windowType() const", typeof(Qt.WindowType));
        }
QWidget