I have BaseForm with 2 buttons on it, both have their Modifiers property set to protected.
I have ConnectionForm which inherits from BaseForm.
From the designer window on the ConnectionForm, I can't change any of the inherited button's properties.
Is this right? I thought 'protected' means I can change through inheritance.
Thanks,
I have ConnectionForm which inherits from BaseForm.
From the designer window on the ConnectionForm, I can't change any of the inherited button's properties.
Is this right? I thought 'protected' means I can change through inheritance.
Thanks,