Concept Framework 2.2 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: Sun Jan 27 18:15:05 2013 GMT | (c)2013 Devronium Applications |