NET Compact Framework: define default size to a custom control?

There are two ways to do it: Override the default Size property and assign this Attribute to it: DefaultValue(typeof(Size), "500, 500") Set the default size you want within the constructor.

I should add that for the Compact Framework you might need to decorate this via an . Xmta file. You can use this to access design time attributes that aren't compatible with CF and it also helps keep the size of the end .

Exe down. Blogs.msdn. Com/bluecollar/archive/2007/02/08/… – Quibblesome Dec 7 '09 at 15:39.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions