|
-
Mar 8th, 2011, 05:23 PM
#2
Re: UserControl with MSFlexGrid needs Font change
When you use WriteProperty and supply the optional default value, nothing is written if the value to be stored is same as the default property. Your .WriteProperty statement has no effect because you are writing Font which is your public Font property which is also the same as your default property of UserControl.Font. Simply remove that optional parameter.
Last edited by LaVolpe; Mar 8th, 2011 at 05:27 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|