#define MakeEditControl(f,x,y,w,h,id,t,a) SetEditControlPassword( SetEditControlReadOnly( MakeCaptionedControl( f,EDIT_FIELD,x,y,w,h,id,t ) \ , ( a & EDIT_READONLY)?TRUE:FALSE ) \ , ( a & EDIT_PASSWORD)?TRUE:FALSE )
Parameters |
Description |
f |
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 |
t |
text to initialize the control with |
a |
Attributes - can be one or more of EditControlOptions |
a PSI_CONTROL which is an edit control.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|