Recent content by Kc F

  1. K

    Help with C# get{} and set{} using structs?

    I am having a problem with get{} and set{} in C# (it's for a custom control). Generally, if I declare a variable, it shows up in the property box as expected, and can be set accordingly. If, however, I create a struct, it simply refuses to let me edit the fields. My code is as follows: public...
Back
Top