Beyond_Beyaan.BBLabel.SetText C# (CSharp) Méthode

SetText() public méthode

public SetText ( string text ) : bool
text string
Résultat bool
        public bool SetText(string text)
        {
            //If font has been specified, use that, otherwise use default.  This function merely changes text.
            RefreshText(text);
            return true;
        }

Same methods

BBLabel::SetText ( string text, string fontName ) : bool