控制编辑框焦点在最下面的方法(CEdit)[2]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:


CEdit Operations

EmptyUndoBufferResets (clears) the undo flag of an edit control.
FmtLinesSets the inclusion of soft line-break characters on or off within a multiple-line edit control.
LimitTextLimits the length of the text that the user may enter into an edit control.
LineFromCharRetrieves the line number of the line that contains the specified character index.
LineIndexRetrieves the character index of a line within a multiple-line edit control.
LineLengthRetrieves the length of a line in an edit control.
LineScrollScrolls the text of a multiple-line edit control.
ReplaceSelReplaces the current selection in an edit control with the specified text.
SetPasswordCharSets or removes a password character displayed in an edit control when the user enters text.
SetRectSets the formatting rectangle of a multiple-line edit control and updates the control.
SetRectNPSets the formatting rectangle of a multiple-line edit control without redrawing the control window.
SetSelSelects a range of characters in an edit control.
SetTabStopsSets the tab stops in a multiple-line edit control.
SetReadOnlySets the read-only state of an edit control.

CEdit Clipboard Operations

UndoReverses the last edit-control operation.
ClearDeletes (clears) the current selection (if any) in the edit control.
CopyCopies the current selection (if any) in the edit control to the Clipboard in CF_TEXT format.
CutDeletes (cuts) the current selection (if any) in the edit control and copies the deleted text to the Clipboard in CF_TEXT format.
PasteInserts the data from the Clipboard into the edit control at the current cursor position. Data is inserted only if the Clipboard contains data in CF_TEXT format.

本文关键:控制编辑框焦点在最下面的方法(CEdit)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top