Add support for changing Cancel button text
This commit is contained in:
parent
e42bc4369b
commit
18b72bb88c
1 changed files with 5 additions and 0 deletions
|
|
@ -146,6 +146,11 @@ namespace MatterHackers.MatterControl
|
|||
cancelButton.Name = newName;
|
||||
}
|
||||
|
||||
protected void SetCancelButtonText(string text)
|
||||
{
|
||||
cancelButton.Text = text;
|
||||
}
|
||||
|
||||
protected void HideCancelButton()
|
||||
{
|
||||
cancelButton.Visible = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue