Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Icon | property | public | version 1.0 | no |
[Read/Write] property Icon[=RImage] |
This property sets an RImage as the icon for the window (RForm). The icon usually is in the top-left corner of a window,
This icon is used when the window is minimized (also known as iconified). Some window managers or desktop environments may also place it in the window frame, or display it in other contexts. |
var image=new RImage(null); image.Filename="image.png"; Form1.Icon=image; |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:10 2011 GMT | (c)2011 RadGs Software |