Exemplo n.º 1
0
 private void linkKryptonLabel_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONLABEL, tsslCurrentStatus);
 }
Exemplo n.º 2
0
 private void linkKryptonCheckBox_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONCHECKBOX, tsslCurrentStatus);
 }
Exemplo n.º 3
0
 private void linkKryptonRadioButton_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONRADIOBUTTON, tsslCurrentStatus);
 }
Exemplo n.º 4
0
 private void linkKryptonPalette_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONPALETTE, tsslCurrentStatus);
 }
Exemplo n.º 5
0
 private void linkKryptonTaskDialog_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONTASKDIALOG, tsslCurrentStatus);
 }
Exemplo n.º 6
0
 private void linkKryptonSeparator_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONSEPARATOR, tsslCurrentStatus);
 }
Exemplo n.º 7
0
 private void linkKryptonHeaderGroup_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONHEADERGROUP, tsslCurrentStatus);
 }
Exemplo n.º 8
0
 private void linkKryptonTreeView_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONTREEVIEW, tsslCurrentStatus);
 }
Exemplo n.º 9
0
 private void linkKryptonBorderEdge_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONBORDEREDGE, tsslCurrentStatus);
 }
Exemplo n.º 10
0
 private void linkKryptonDateTimePicker_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONDATETIMEPICKER, tsslCurrentStatus);
 }
Exemplo n.º 11
0
 private void linkKryptonMonthCalendar_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONMONTHCALENDAR, tsslCurrentStatus);
 }
Exemplo n.º 12
0
 private void linkKryptonBreadCrumb_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONBREADCRUMB, tsslCurrentStatus);
 }
Exemplo n.º 13
0
 private void linkKryptonDomainUpDown_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONDOMAINUPDOWN, tsslCurrentStatus);
 }
Exemplo n.º 14
0
 private void linkKryptonRichTextBox_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONRICHTEXTBOX, tsslCurrentStatus);
 }
Exemplo n.º 15
0
 private void linkKryptonContextMenu_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONCONTEXTMENU, tsslCurrentStatus);
 }
Exemplo n.º 16
0
 private void linkKryptonSplitContainer_LinkClicked(object sender, EventArgs e)
 {
     LaunchManager.LaunchComponentExample(ComponentToolkitExamples.KRYPTONSPLITCONTAINER, tsslCurrentStatus);
 }