Defines the margins of windows that have visual styles applied
Global Const $tagMARGINS = "int cxLeftWidth;int cxRightWidth;int cyTopHeight;int cyBottomHeight"
cxLeftWidth | Width of the left border that retains its size |
cxRightWidth | Width of the right border that retains its size |
cyTopHeight | Height of the top border that retains its size |
cyBottomHeight | Height of the bottom border that retains its size |