martes, 30 de diciembre de 2008

atributo propiedad por defecto vb.net

imports System.ComponentModel


_
Class Prueba
Inherits Control
Public Property Item() As Control
Get
Return newPropertyValue
End Get
Set(ByVal value As Control)
newPropertyValue = value
End Set
End Property
End Class

No hay comentarios:

Publicar un comentario