Implemented interface member:
property
Text
System.Web.UI.WebControls.IButtonControl.Text
15 writes to Text
System.Web (15)
UI\WebControls\ButtonColumn.cs (2)
242button.Text = Text; 292((Button)boundControl).Text = dataValue;
UI\WebControls\ChangePassword.cs (3)
2346cancelPushButton.Text = CancelButtonText; 2361pushButton.Text = ChangePasswordButtonText; 2522pushButton.Text = ContinueButtonText;
UI\WebControls\CreateUserWizard.cs (1)
2032_completeStepContainer.ContinuePushButton.Text = ContinueButtonText;
UI\WebControls\EditCommandColumn.cs (1)
173button.Text = buttonText;
UI\WebControls\login.cs (1)
1569pushButton.Text = LoginButtonText;
UI\WebControls\PasswordRecovery.cs (2)
1901pushButton.Text = SubmitButtonText; 2100pushButton.Text = SubmitButtonText;
UI\WebParts\ImportCatalogPart.cs (1)
462_uploadButton.Text = UploadButtonText;
UI\WebParts\ToolZone.cs (1)
380button.Text = verb.Text;
UI\WebParts\WebPartChrome.cs (3)
445button.Text = verb.Text; 480button.Text = verb.Text; 534button.Text = verb.Text;
1 reference to Text
System.Web (1)
UI\WebControls\Button.cs (1)
279writer.AddAttribute(HtmlTextWriterAttribute.Value, Text);