◄Full List► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── ES_MARGIN Draws a border around the entry-field control. The border is one-half character wide and one-fourth character high. Without this style, the control is drawn without a border. The entry-field rectangle is outset on all sides by this margin. After an ES_MARGIN entry field is created, the WinQueryWindowRect function returns a larger rectangle that includes this margin, and whose origin is therefore different from the one specified when the rectangle was created. Your application must adjust for this size difference when the user moves or sizes the entry-field control or else the control will become larger after each moving or sizing operation. ♦