コード例 #1
0
 protected void SetThisTextNoteAsActive()
 {
     Layout.CurrentTextNote = (NoteDataXML_RichText)this;
     if (Layout.GetFindbar() != null)
     {
         Layout.GetFindbar().ResetSearch();
     }
 }