Ejemplo n.º 1
0
 private void RibbonComboboxFonts_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     Gui.RibbonComboboxFonts(RibbonComboboxFonts);
 }
Ejemplo n.º 2
0
 private void RibbonComboboxFormat_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     Gui.RibbonComboboxFormat(RibbonComboboxFormat);
 }
Ejemplo n.º 3
0
 private void RibbonButtonSave_Click(object sender, RoutedEventArgs e)
 {
     Gui.RibbonButtonSave();
 }
Ejemplo n.º 4
0
 private void RibbonButtonOpen_Click(object sender, RoutedEventArgs e)
 {
     Gui.newdocumentFile();
 }
Ejemplo n.º 5
0
 private void RibbonButtonNew_Click(object sender, RoutedEventArgs e)
 {
     Gui.newdocument();
 }
Ejemplo n.º 6
0
 public static void RibbonComboboxFontSizeInitialisation()
 {
     webeditor.RibbonComboboxFontHeight.ItemsSource = Gui.RibbonComboboxFontSizeInitialisation();
     webeditor.RibbonComboboxFontHeight.Text        = "3";
 }
Ejemplo n.º 7
0
 public static void RibbonComboboxFormatInitionalisation()
 {
     webeditor.RibbonComboboxFormat.ItemsSource   = Gui.RibbonComboboxFormatInitionalisation();
     webeditor.RibbonComboboxFormat.SelectedIndex = 0;
 }