且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在运行时以窗体形式禁用背景图像

更新时间:2023-12-06 16:32:46

如果已有背景图像并且你需要删除它您可以使用此代码的图像
  Me  .BackgroundImage =  Nothing  


Plz help me...i want to disable background image of a button at runtime

if there is already a background image and you need to remove that image the you can use this code
Me.BackgroundImage = Nothing