AutoHotkey / AutoHotkeyDocs

Documentation for AutoHotkey
https://autohotkey.com/
375 stars 746 forks source link

[v2] Image/Text Style 0x200 not listed under Text styles #684

Closed Cobracrystal closed 7 months ago

Cobracrystal commented 8 months ago

Under "Window And Control Styles", "Text Control Styles" does not list 0x200. Instead, this is referenced within the "Picture Control Styles", where it says

Centers the bitmap in the control. If the bitmap is too large, it will be clipped. For text controls, if the control contains a single line of text, the text is centered vertically within the available height of the control.

Given that the styles are grouped by control and 0x200 affects both picture and text controls, this should be mentioned/referenced in the Text Control section as well and not solely be listed under Picture, where it may not be found by users looking for text styles.