Beyond_Beyaan.BBLabel.SetText C# (CSharp) Метод

SetText() публичный Метод

public SetText ( string text ) : bool
text string
Результат 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