Qyoto.QWidget.ForegroundRole C# (CSharp) Méthode

ForegroundRole() public méthode

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