public interface IEditConsts
| Modifier and Type | Field and Description | 
|---|---|
| static int | EM_CANUNDO | 
| static int | EM_CHARFROMPOS | 
| static int | EM_EMPTYUNDOBUFFER | 
| static int | EM_FMTLINES | 
| static int | EM_GETFIRSTVISIBLELINE | 
| static int | EM_GETHANDLE | 
| static int | EM_GETIMESTATUS | 
| static int | EM_GETLIMITTEXT | 
| static int | EM_GETLINE | 
| static int | EM_GETLINECOUNT | 
| static int | EM_GETMARGINS | 
| static int | EM_GETMODIFY | 
| static int | EM_GETPASSWORDCHAR | 
| static int | EM_GETRECT | 
| static int | EM_GETSEL | 
| static int | EM_GETTHUMB | 
| static int | EM_GETWORDBREAKPROC | 
| static int | EM_LIMITTEXT | 
| static int | EM_LINEFROMCHAR | 
| static int | EM_LINEINDEX | 
| static int | EM_LINELENGTH | 
| static int | EM_LINESCROLL | 
| static int | EM_POSFROMCHAR | 
| static int | EM_REPLACESEL | 
| static int | EM_SCROLL | 
| static int | EM_SCROLLCARET | 
| static int | EM_SETHANDLE | 
| static int | EM_SETIMESTATUS | 
| static int | EM_SETLIMITTEXT | 
| static int | EM_SETMARGINS | 
| static int | EM_SETMODIFY | 
| static int | EM_SETPASSWORDCHAR | 
| static int | EM_SETREADONLY | 
| static int | EM_SETRECT | 
| static int | EM_SETRECTNP | 
| static int | EM_SETSEL | 
| static int | EM_SETTABSTOPS | 
| static int | EM_SETWORDBREAKPROC | 
| static int | EM_UNDO | 
| static int | EN_CHANGE | 
| static int | EN_ERRSPACE | 
| static int | EN_HSCROLL | 
| static int | EN_KILLFOCUS | 
| static int | EN_MAXTEXT | 
| static int | EN_SETFOCUS | 
| static int | EN_UPDATE | 
| static int | EN_VSCROLL | 
static final int EM_CANUNDO
static final int EM_CHARFROMPOS
static final int EM_EMPTYUNDOBUFFER
static final int EM_FMTLINES
static final int EM_GETFIRSTVISIBLELINE
static final int EM_GETHANDLE
static final int EM_GETLIMITTEXT
static final int EM_GETLINE
static final int EM_GETLINECOUNT
static final int EM_GETMARGINS
static final int EM_GETMODIFY
static final int EM_GETPASSWORDCHAR
static final int EM_GETRECT
static final int EM_GETSEL
static final int EM_GETTHUMB
static final int EM_GETWORDBREAKPROC
static final int EM_LIMITTEXT
static final int EM_LINEFROMCHAR
static final int EM_LINEINDEX
static final int EM_LINELENGTH
static final int EM_LINESCROLL
static final int EM_POSFROMCHAR
static final int EM_REPLACESEL
static final int EM_SCROLL
static final int EM_SCROLLCARET
static final int EM_SETHANDLE
static final int EM_SETLIMITTEXT
static final int EM_SETMARGINS
static final int EM_SETMODIFY
static final int EM_SETPASSWORDCHAR
static final int EM_SETREADONLY
static final int EM_SETRECT
static final int EM_SETRECTNP
static final int EM_SETSEL
static final int EM_SETTABSTOPS
static final int EM_SETWORDBREAKPROC
static final int EM_UNDO
static final int EM_GETIMESTATUS
static final int EM_SETIMESTATUS
static final int EN_CHANGE
static final int EN_ERRSPACE
static final int EN_HSCROLL
static final int EN_KILLFOCUS
static final int EN_MAXTEXT
static final int EN_SETFOCUS
static final int EN_UPDATE
static final int EN_VSCROLL
Copyright © 2013. All rights reserved.