0
是否有可能在其中有combobox with LineShape
行instead of text
? 如果是這樣我怎麼做到這一點?Combobox中的Lineshape行vb.net
它的繪圖應用IM試圖使該alows用戶選擇difrent line types
(我使用VB.Net
)
是否有可能在其中有combobox with LineShape
行instead of text
? 如果是這樣我怎麼做到這一點?Combobox中的Lineshape行vb.net
它的繪圖應用IM試圖使該alows用戶選擇difrent line types
(我使用VB.Net
)
您必須從組合框繼承和創建自己的類。設置DrawMode = DrawMode.OwnerDrawFixed
和處理OnDrawItem
。有很多關於如何做到這一點的例子。您可以使用此作爲開始MSDN或Placing Images and Strings with a C# Combobox(在C#中,但您可以輕鬆地將此代碼轉換爲VB.NET)