winforms - Bool property not serializing when set to false in inherited form -
i have inherited form has bool property toggles controls on , off , should visible in designer. problem property value seems serialized designer code when it's set true. if it's set false nothing gets generated, because it's default value.
i've tinkered around designerserializationvisibility , defaultvalueattribute attributes doesn't seem ...
i don't know if may help, i've had similar question answered. if go link below can see thread.
Comments
Post a Comment