[VB.Net]Browsable的使用/隐藏或显示控件属性

<System.ComponentModel.Browsable(True)> _
Public Property MyProperty() As Integer
    Get
        ' Insert code here.
        Return 0
    End Get
    Set
        ' Insert code here.
    End Set 
End Property

猜你喜欢

转载自blog.csdn.net/lihongmao5911/article/details/7720505