does any one know how to make an assignable property to be visible only at runtime not at design time
What I mean is the
property Let PropertyThing(pThing as string)
end property
what should i do to make this property be visible only at run time
can any one help me?
is this posible in
vb?