2 writes to caption
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
2704
this.
caption
= caption;
2716
this.
caption
= value;
1 reference to caption
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
2713
return ((this.TipType & (Type.Absolute | Type.SemiAbsolute)) != 0) ?
caption
:designerText;