我在usercontrol 上放了一个rich control
增加了一个appearance 属性,想通过这个属性来修改rich的appearance
public property let Appearance(ntype as integer)
  rich.appearance = ntype
  propertychanged "Appearance"
end property拖到form1上,修改appearance 的时候 提示 apperance 只读
请问为什么会出现这种情况,如何解决,谢谢!