View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
espresso espresso is offline
external usenet poster
 
Posts: 6
Default Is there a NET-Control in VSTO similar to RefEdit?

Hi all!
I'm looking for a VSTO/NET 2.0-control similar to RefEdit in VBA.
I considered to develop my own one, bound to the SelectionChange-Event in a
Excel Worksheet, but it would result in a lot of extra-work.
Any Ideas?
Is there a similar control to VBA's RefEdit? Should I inherit my own control
from the TextBox-Control in NET 2.0?
Thanks,
Espresso