loading
VB6

VB6 (32)

  • 3910 Views

A VB6 property is defined by means of its Property Get, Property Let, and Property Set procedures. These procedures are converted into a single Property…End Property VB.NET block, which can optionally be marked with the ReadOnly or WriteOnly keywords if one of the blocks is omitted. During the conversion it is also necessary to account for different scopes of the Property Get block and the Property Let (or Set) block.

More Like This