G
Guest
I am trying to create a composite control which is essentially a panel with 4 labels and 4 check boxes
I have designed the control in VisualStudio form designer. I dont want to allow the user to change the size of this control at design time. How can I acheive that
I was looking into the ImmutableObject attribute to set. But I donot have any public set property ( setters) which does set the size property. Any help is greatly appreciated.
I have designed the control in VisualStudio form designer. I dont want to allow the user to change the size of this control at design time. How can I acheive that
I was looking into the ImmutableObject attribute to set. But I donot have any public set property ( setters) which does set the size property. Any help is greatly appreciated.