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