Qyoto.Qt.MightBeRichText C# (CSharp) Méthode

MightBeRichText() public static méthode

public static MightBeRichText ( string arg1 ) : bool
arg1 string
Résultat bool
        public static bool MightBeRichText(string arg1)
        {
            return (bool) staticInterceptor.Invoke("mightBeRichText$", "mightBeRichText(const QString&)", typeof(bool), typeof(string), arg1);
        }