Concept Framework 2.0 documentation Contents | Index

RHBox.RHBox

Name Type Access Version Deprecated
RHBox function public version 1.0 no

Prototype:
public function RHBox(object Owner);

Parameters:
Owner      the parent of the RHBox; the parent should be at least a SingleContainer derived object.

Description:
This is the constructor for RHBox.

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

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

Returns:
This is a constructor, and returns nothing.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:09 2011 GMT(c)2011 RadGs Software