Custom controls.

● Custom control column.
This field contains the filename of a RadASM compatible custom control or a quoted string.
Format RadASM control: filename.dll
Example1: RAEdit.dll
RadASM compatible code edit control.
Format quoted string: "[dll],class,name,[caption],tooltip,width,height,style,exstyle"
Example2: "Riched32.dll,richedit,IDC_RED,Text,RichEdit,100,100,503110C4,00000200"
Old rich edit control.
Example3: ",static,IDC_LINE,,Horizontal line,100,2,50000110,00000000"
Horizontal line.
● Style mask column.
This field contains the style mask. There can be max 3 masks.
Format: Mask1[,Mask2[,Mask3]]
Example: WS_,SS_