Qyoto.QWidget.ForegroundRole C# (CSharp) Method

ForegroundRole() public method

public ForegroundRole ( ) : QPalette.ColorRole
return QPalette.ColorRole
        public QPalette.ColorRole ForegroundRole()
        {
            return (QPalette.ColorRole) interceptor.Invoke("foregroundRole", "foregroundRole() const", typeof(QPalette.ColorRole));
        }
QWidget