ToolTip信息提示
方法调用
ImageList list = new ImageList();
list.Images.Add(Image.FromFile(@"d:\Information.png"), Color.Transparent);
NewToolTip(textEdit1, "测试", "测试一", 5000, DevExpress.Utils.ToolTipType.SuperTip,
DevExpress.Utils.ToolTipLocation.BottomLeft, true, DevExpress.Utils.ToolTipIconType.Information, list, 0);
源码
#region//变量声明区
public DevExpress.Utils.ToolTipController MyToolTipClt = null;
DevExpress.Utils.ToolTipControllerShowEventArgs args = null;
#endregion
///
///
/// 冒泡提示
///
/// System.Windows.Forms的一个控件