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

DotNetBar, DevComponents ExplorerBar.

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

Creating a basic ExplorerBar control.

DevComponents.DotNetBar.ExplorerBar exbar = new DevComponents.DotNetBar.ExplorerBar();
exbar.Dock = DockStyle.Right;
exbar.Size = new Size(200, this.Height);
exbar.ThemeAware = false;
DevComponents.DotNetBar.ExplorerBarGroupItem exgroup = new DevComponents.DotNetBar.ExplorerBarGroupItem();
exgroup.Text = "Find";
exgroup.TitleStyle.TextColor = Color.FromKnownColor(KnownColor .ActiveCaptionText);
exgroup.TitleHotStyle.TextColor = Color.FromKnownColor(KnownColor.ActiveCaptionText);
exgroup.Expanded = true;
DevComponents.DotNetBar.ButtonItem baritem = new DevComponents.DotNetBar.ButtonItem();
baritem.Text = "Go";
exgroup.SubItems.Add(baritem);
exbar.Groups.Add(exgroup);
this.Controls.Add(exbar);

Screenshots - ExplorerBar, DevComponents.

ExplorerBar 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