Qyoto.QWidget.SetWindowRole C# (CSharp) Method

SetWindowRole() public method

public SetWindowRole ( string arg1 ) : void
arg1 string
return void
        public void SetWindowRole(string arg1)
        {
            interceptor.Invoke("setWindowRole$", "setWindowRole(const QString&)", typeof(void), typeof(string), arg1);
        }
QWidget