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