Hi All,
I'm struggling with something that seems otherwise simple, but I can't figure it out.
I have tried both with my sub-classed PageFrame and the base PageFrame class, there is a property called Special Effect, which is set value 0, and says "0 - Raised (Default)". But this property in the designer both as base class and sub-class this property is italic, and I can't change it. (I want the 2 "Flat" value).
I tried setting this at runtime instead in the object's init:
This.SpecialEffect = 2
But I then get an error saying the property is "Read-Only".
Is there any way to change this property? Am I missing something stupid?
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."
I'm struggling with something that seems otherwise simple, but I can't figure it out.
I have tried both with my sub-classed PageFrame and the base PageFrame class, there is a property called Special Effect, which is set value 0, and says "0 - Raised (Default)". But this property in the designer both as base class and sub-class this property is italic, and I can't change it. (I want the 2 "Flat" value).
I tried setting this at runtime instead in the object's init:
This.SpecialEffect = 2
But I then get an error saying the property is "Read-Only".
Is there any way to change this property? Am I missing something stupid?
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."