Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
RVBox | function | public | version 1.0 | no |
public function RVBox(object Owner); |
Owner | the parent of the RVBox; the parent should be at least a SingleContainer derived object. |
This is the constructor for RVBox. |
To instantiate a RVBox you should use the 'new' operator: var box=new RVBox(container); // don't forget to call {Show } (); box.Show(); |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:09 2011 GMT | (c)2011 RadGs Software |