DragonNest/Third/XTToolkitPro/Samples/CommandBars/HelpContext/HtmlHelp/menu_edit.htm
2024-12-19 09:48:26 +08:00

78 lines
1,004 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>(Edit menu commands)</TITLE>
</HEAD>
<BODY>
<P><A NAME="menu_edit"></A><B>Edit menu commands</B></P>
<P>The <b> Edit</b> menu offers the following commands:</P>
<TABLE cols=2 width=900>
<TR VALIGN="top">
<TD width=15%><A HREF="hid_edit_undo.htm">Undo</A></TD>
<TD width=85%>Reverse previous editing operation.</TD>
</TR>
<TR VALIGN="top">
<TD width=15%><A HREF="hid_edit_cut.htm">Cut</A></TD>
<TD width=85%>Deletes data from the document and moves it to the clipboard.</TD>
</TR>
<TR VALIGN="top">
<TD width=15%><A HREF="hid_edit_copy.htm">Copy</A></TD>
<TD width=85%>Copies data from the document to the clipboard.</TD>
</TR>
<TR VALIGN="top">
<TD width=15%><A HREF="hid_edit_paste.htm">Paste</A></TD>
<TD width=85%>Pastes data from the clipboard into the document.</TD>
</TR>
</TABLE>
</BODY>
</HTML>