| 
	cUniWindow Class
	Creates and manages a subclassed window
	
	
	
	Properties 
	
	
	
		| Name | 
		Type | 
		Description | 
	 
	
| Class | 
 (String) | 
Returns the window class name | 
 
	 
	 
	 
	
	Methods 
	
	
	
		| Name | 
		Type | 
		Description | 
	 
	
| WindowClassRegister | 
 (Boolean) | 
Registers the window class, call this before creating windows--unless one of the predefined window classes is required. | 
 
| WindowClassUnregister | 
 | 
Unregisters the previous registered class | 
 
| WindowCreate | 
 (Long) | 
Creates a window, returns the window handle | 
 
| WindowDestroy | 
 (Boolean) | 
Destroys the internal window | 
 
	 
	 
	 
	
 |