Qyoto.QWidget.WindowRole C# (CSharp) Method

WindowRole() public method

public WindowRole ( ) : string
return string
        public string WindowRole()
        {
            return (string) interceptor.Invoke("windowRole", "windowRole() const", typeof(string));
        }
QWidget