Previous | Up | Next |
Create a rich text control.Parameters
ObjRichText _CRrichText ( Chn _channel_ ObjWin _father_ I _x_ I _y_ I _width_ I _height_ I _flags_ S _string_ )
Return value
_channel_ proprietary channel _father_ father window _x_ x coordinate _y_ y coordinate _width_ width _height_ height _flags_ flags :
ET_AHSCROLL allow horizontal scrolling ET_AVSCROLL allow vertical scrolling ET_ALIGN_CENTER center alignement ET_ALIGN_LEFT left alignement ET_ALIGN_RIGHT right alignement ET_BORDER display a border ET_HSCROLL display horizontal scroll box ET_VSCROLL display vertical scroll box ET_HIDE do not display text ET_DOWN display 3d border ET_DRAGDROP allow drag and drop inside the control _string_ initial content
new rich text control.