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