Home

SpeakComputers.com | Text-to-Speech Software

Natural sounding TTS voice support | Cepstral TTS voices | Text to MP3 | Natural Readers

Text to Speech Software Text to Speech Voices SpeakComputer Text to Speech Software

CheckBoxX, DevComponents.

The CheckBoxX control replaces the windows forms CheckBox and RadioButton controls.

Namespace: DevComponents.DotNetBar.Controls
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar.Controls;
Declaring: DevComponents.DotNetBar.Controls.CheckBoxX();

Creating the CheckBoxX Control.

DevComponents.DotNetBar.Controls.CheckBoxX checkbox = new DevComponents.DotNetBar.Controls.CheckBoxX();
checkbox.Text = "Selected";
checkbox.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
checkbox.Location = new Point(100, 100);
checkbox.Size = new Size(200, 23);
this.Controls.Add(checkbox);

Creating the CheckChanged event.

checkbox.CheckedChanged += new EventHandler(checkbox_CheckedChanged);

Responding to the CheckChanged event.

void checkbox_CheckedChanged(object sender, EventArgs e)
{
MessageBox.Show("Changed");
}

Screenshots - CheckBoxX, DevComponents.

CheckBoxX examples from the DevComponents Windows Forms Programming control set.

Top of page
Text to Speech Speech synthesis Software TTS Software
Copy Right 2006 SpeakComputers.com - All Rights Reserved.
About Privacy Policy TTS Resouces
Free Text to Speech software
Free Text to Speech Software