Qyoto.QWidget.DevType C# (CSharp) Method

DevType() private method

private DevType ( ) : int
return int
        public virtual int DevType()
        {
            return (int) interceptor.Invoke("devType", "devType() const", typeof(int));
        }
QWidget