Base:
method
GetToolInfoWrapper
System.Windows.Forms.Control.GetToolInfoWrapper(Windows.Win32.UI.Controls.TOOLTIP_FLAGS, System.String, System.Windows.Forms.ToolTip)
2 references to GetToolInfoWrapper
System.Windows.Forms.Tests (2)
System\Windows\Forms\TreeViewTests.cs (2)
6629ToolInfoWrapper<Control> wrapper = treeView.GetToolInfoWrapper(TOOLTIP_FLAGS.TTF_ABSOLUTE, "Test caption", toolTip); 6642ToolInfoWrapper<Control> wrapper = treeView.GetToolInfoWrapper(TOOLTIP_FLAGS.TTF_ABSOLUTE, "Test caption", toolTip);