문제

I believe the the title says it all. Does anybody know how to remove the close button of task-pane in Excel using VSTO (VB.NET)?

도움이 되었습니까?

해결책

I think it should simply be like this:

taskPane.CloseButton = false;

(I tested this in my current Addin that uses some 3rd party software that uses TaskPane manager and it works there. This is why I am not completely sure if this will work for you, especially after reading this topic that concludes that there is not direct way to do it).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top