Edit history

Edit: -1 of 1
Time: 2007-03-28 19:42:22
Note: /dabosite/wiki/DaboUiWidgets/edit

changed:
-
**dToggleButton** is a button-like control used to display boolean values, much like dCheckBox, but with a very different visual effect. Instead of a checked/unchecked state, the button visibly depresses and raises to indicate On/Off, True/False, etc. 

---- 

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

 <table border="0" width="95%" cellspacing="16">
	<tr>
		<td>**_Caption_** - (str): The text displayed on the button.</td>
	</tr>
	<tr>
		<td>**_!BezelWidth_** - (int): Thickness of the bezel drawn around the button.</td>
	</tr>
	<tr>
		<td>**_Picture_** - (path or str): The image that is displayed on the button when it is not depressed. If !DownPicture is not specified, it is also displayed when depressed.</td>
	</tr>
	<tr>
		<td>**_!DownPicture_** - (path or str): The image that is displayed on the button when it is depressed.</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.