M
Mr. X.
After linking button to an icon, by : button.image = ...
How can I decide what button size it should be ?
Thanks
How can I decide what button size it should be ?
Thanks
After linking button to an icon, by : button.image = ...
How can I decide what button size it should be ?
The code is for VB on VS 2008.
...
dim b as Button
b = New Button()
b.Text = "test"
I didn't set any type, I suppose it is a default type.
As you said, it may be an interesting solution, I would like to know about.
Am 05.03.2010 10:51, schrieb Mr. X.:
Sorry, Web Forms, Windows Forms, or something else? The reason I am
asking is that the Windows Forms 'Button' class does not have an 'Image'
property.
System.Windows.Forms.Button class has Image property, because
ButtonBase base class has it.
http://msdn.microsoft.com/en-us/library/system.windows.forms.buttonbase.image.aspx