ARROWBUTTON [id] { [Flags] }
A small button with a predefined arrow icon.
See Dialog Resource for a description of the common flags.
Flag | Explanation |
---|---|
[LAYOUTFLAGS] | Layout flags. |
[NAME] | Text. |
[SIZE] | Manual size. |
ARROW_LEFT | Arrow pointing left |
ARROW_SMALL_LEFT | Small arrow pointing left |
ARROW_RIGHT | Arrow pointing right |
ARROW_SMALL_RIGHT | Small arrow pointing right. |
ARROW_UP | Arrow pointing up. |
ARROW_SMALL_UP | Small arrow pointing up. |
ARROW_DOWN | Arrow pointing down. |
ARROW_SMALL_DOWN | Small arrow pointing down. |
GROUP { ROWS 2; ARROWBUTTON IDC_LEFT { ARROW_LEFT; } ARROWBUTTON IDC_SMALL_LEFT { ARROW_SMALL_LEFT; } ARROWBUTTON IDC_RIGHT { ARROW_RIGHT; } ARROWBUTTON IDC_SMALL_RIGHT { ARROW_SMALL_RIGHT; } ARROWBUTTON IDC_UP { ARROW_UP; } ARROWBUTTON IDC_SMALL_UP { ARROW_SMALL_UP; } ARROWBUTTON IDC_DOWN { ARROW_DOWN; } ARROWBUTTON IDC_SMALL_DOWN { ARROW_SMALL_DOWN; } }