ScreenToGif.Pages.Processing.SetEncoding C# (CSharp) Méthode

SetEncoding() public méthode

Sets the Text of the page to a state that represents "Encoding".
public SetEncoding ( string text ) : void
text string The text to show as title of the page.
Résultat void
        public void SetEncoding(string text)
        {
            lblProcessing.Text = text;
            lblValue.Visible = true;
            progressBarEncoding.Style = ProgressBarStyle.Continuous;
        }