Ejemplo n.º 1
0
 private void BT_FullScreen_MouseLeave(object sender, EventArgs e)
 {
     RTB_FullScreen.Hide();
 }
Ejemplo n.º 2
0
 private void FRM_Visualiser_Load(object sender, EventArgs e)
 {
     if (TXT_Search.Text == "")
     {
         TXT_Search.Text = "Recherche...";
     }
     LBL_TitreLivre.Text += "" + EPubReader.auteur + " -  " + EPubReader.titre;
     WB_Infos.Hide();
     //WB_Pages.DocumentText = "<html><div style='font-size:" + textSize + "px;'>" + displayText + "</div></html>";
     RTB_FontUp.Hide(); RTB_FontDown.Hide(); RTB_Chapter.Hide(); RTB_Annot.Hide(); RTB_Infos.Hide(); RTB_FullScreen.Hide(); RTB_Print.Hide(); RTB_PageN.Hide(); RTB_PageL.Hide();
 }
Ejemplo n.º 3
0
 private void BT_FullScreen_MouseEnter(object sender, EventArgs e)
 {
     RTB_FullScreen.Show();
     RTB_FullScreen.BringToFront();
 }