Concept Framework 1.0 documentation Contents | Index

RHButtonBox.RHButtonBox

Name Type Access Version Deprecated
RHButtonBox function public version 1.0 no

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.

Example:
To instantiate a RHButtonBox you should use the 'new' operator:


var box=new RHButtonBox(container);
// don't forget to call {Show } ();
box.Show();

Returns:
This is a constructor, and returns nothing.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:53 2009 GMT(c)2009 RadGs Software