1 write to Text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
90this.Text = text;
5 references to Text
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBar.cs (2)
1364if (buttons[x].Text.Length > 0) { 1365string addString = buttons[x].Text + '\0'.ToString();
winforms\Managed\System\WinForms\ToolBarButton.cs (3)
484if (this.parent.ImageList != null || !String.IsNullOrEmpty(Text)) { 486Size textSize = Size.Ceiling(g.MeasureString(Text, parent.Font)); 726return "ToolBarButton: " + Text + ", Style: " + Style.ToString("G");