public function RVPaned
Prototype:
public function RVPaned (object Owner);
Parameters
Owner
the parent of the RVPaned; the parent should be at least a SingleContainer derived object.
Description:
This is the constructor for RVPaned.
Return value:
This is a constructor, and returns nothing.
Example
To instantiate a RVPaned you should use the 'new' operator:
var box=new RVPaned(container);
// don't forget to call Show ();
box.Show();