SetAlign(BYTE byAlign, BOOL bRepaint),第一个参数如下Parameters:
//[IN] byAlign
//Alignment type. Can be one of the following values:
//ST_ALIGN_HORIZ Icon/bitmap on the left, text on the right
//ST_ALIGN_VERT Icon/bitmap on the top, text on the bottom
//ST_ALIGN_HORIZ_RIGHT Icon/bitmap on the right, text on the left
//By default, CButtonST buttons have ST_ALIGN_HORIZ alignment.
不管传递什么给第一个参数,编译的时候总是说该参数undeclared identifier,为什么????,我已经在我的类的头文件中#include "BtnST.h",并在VC中project->Add to project->flie选择了头文件和源文件了,并且使用其他的函数时也没有错误。