Пример #1
0
 /// <summary>
 /// Generate a content command event.
 ///
 /// Cannot be accessed from unprivileged context (not content-accessible)
 /// Will throw a DOM security error if called without UniversalXPConnect
 /// privileges.
 ///
 /// @param aType Type of command content event to send.  Can be one of "cut",
 /// "copy", "paste", "delete", "undo", "redo", or "pasteTransferable".
 /// @param aTransferable an instance of nsITransferable when aType is
 /// "pasteTransferable"
 /// </summary>
 public void SendContentCommandEvent(string aType, nsITransferable aTransferable)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Generate a content command event.
 ///
 /// Cannot be accessed from unprivileged context (not content-accessible)
 /// Will throw a DOM security error if called without UniversalXPConnect
 /// privileges.
 ///
 /// @param aType Type of command content event to send.  Can be one of "cut",
 /// "copy", "paste", "delete", "undo", "redo", or "pasteTransferable".
 /// @param aTransferable an instance of nsITransferable when aType is
 /// "pasteTransferable"
 /// </summary>		
 public void SendContentCommandEvent(string aType, nsITransferable aTransferable)
 {
     throw new NotImplementedException();
 }