#define MakeTextControl( pf,x,y,w,h,id,text,flags ) SetTextControlAttributes( MakeCaptionedControl( pf, STATIC_TEXT, x, y, w,h, id, text ), flags )
Parameters |
Description |
pf |
frame to create the control in |
x |
left coordinate of control |
y |
top coordinate of the control |
w |
width of the control |
h |
height of the control |
ID |
an integer to identify the control |
text |
text to initialize the control with |
flags |
Attributes - can be one or more of TextControlAttributes |
a PSI_CONTROL which is an text control.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|