300x250 tooltip1 DevExpress / Winform ComboBoxEdit 목록에 마우스를 가져다 댈 때 Tooltip을 출력 ComboBoxEdit 목록에 마우스를 가져다 대면 Tooltip이 출력됩니다. using DevExpress.Utils.Win; using DevExpress.XtraEditors; using DevExpress.XtraEditors.Popup; using System; using System.Drawing; using System.Windows.Forms; namespace WindowsFormsApp2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); comboBoxEdit.Popup += comboBoxEdit_Popup; comboBoxEdit.Properties.Items.Add("1"); comboBox.. 2019. 4. 7. 이전 1 다음 300x250