Edit history

Edit: -1 of 1
Time: 2008-09-01 21:26:18
Note: /dabosite/wiki/DaboUiWidgets/edit

changed:
-
**dPanel** is a container for other controls. It is helpful in arranging controls into logical groupings. On Windows, it is required as the "background" of a form in order for the form to look "normal". 

---- 

Some of the more useful properties for **dPanel**:

 <table border="0" width="95%" cellspacing="16">
	<tr>
		<td>**!BackColor** - (RGB tuple or color name string): The color for this panel. If you do not set this explicitly, its appearance is handled by the underlying UI toolkit, making the panel appear as a native part of the form.</td>
	</tr>
	<tr>
		<td>**!ActiveControl** - (dObject): Specifies which control in the panel has the keyboard focus.</td>
	</tr>
	<tr>
		<td>**Buffered** - (bool): If you are doing a lot of low-level drawing (see DrawObjects), setting this to True usually improves the performance of the drawings and reduces flicker. Default=False.</td>
	</tr>
</table>
	

See the <a href="http://dabodev.com/getDaboDoc">Dabo Class Documentation</a> for an exhaustive documentation of this control's Properties and Methods.