本文介绍了使用UITypeEditors(VB.NET)进行丰富的设计时编辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的SSDiver,
我想知道在表单设计器中对形状对象进行硬编码的代码的哪一部分?
例如转换属性

Shape.vb:
公共属性BorderStyle()作为BorderStyle

收件人:
Me.BorderStyle = BorderStyle.Dash

我一直在按照您的步骤操作,但是一旦刷新表格,形状就会消失!

谢谢=)

Dear SSDiver,
I want to know which part of the code does the hard coding of the shape object in the Form Designer??
for example converting the property

Shape.vb:
Public Property BorderStyle() As BorderStyle

To:
Me.BorderStyle = BorderStyle.Dash

I''ve been following your steps, but once the form is refreshed, the shapes disappears!!

Thank you =)

推荐答案


这篇关于使用UITypeEditors(VB.NET)进行丰富的设计时编辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 22:40