| Concept Framework 2.2 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| RHButtonBox | function | public | version 1.0 | no |
| public function RHButtonBox(object Owner); |
| Owner | the parent of the RHButtonBox; the parent should be at least a SingleContainer derived object. |
| This is the constructor for RHButtonBox. |
To instantiate a RHButtonBox you should use the 'new' operator:
var box=new RHButtonBox(container);
// don't forget to call {Show } ();
box.Show();
|
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:05 2013 GMT | (c)2013 Devronium Applications |