xmail123

xmail123

  • NA
  • 10
  • 0

How to show my property in the IDE

Jun 25 2004 10:50 AM
I have created a property for a TextBox: private long h_VehicleFK; public long VehicleFK { get { return h_VehicleFK; } set { h_VehicleFK = value; } } Is there a way to make the property show up in the Properties list slide out of the IDE? Thanks

Answers (2)