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