HELE hButton =
XBtn_Create(100, 50, 160, 100,L
"Button", m_hWindow);
void WINAPI XBkM_AddFill(HBKM hBkInfoM, int nState, COLORREF color, int id)
背景_添加填充 添加背景内容填充.
Definition: BkObjectMgr.cpp:472
void WINAPI XBkM_AddImage(HBKM hBkInfoM, int nState, HIMAGE hImage, int id)
背景_添加图片 添加背景内容图片.
Definition: BkObjectMgr.cpp:483
void WINAPI XBkM_AddBorder(HBKM hBkInfoM, int nState, COLORREF color, int width, int id)
背景_添加边框 添加背景内容边框.
Definition: BkObjectMgr.cpp:461
void WINAPI XEle_EnableFocus(HELE hEle, BOOL bEnable)
元素_启用焦点 启用焦点.
Definition: EleUI.cpp:4033
HBKM WINAPI XEle_GetBkManager(HELE hEle)
元素_取背景管理器 获取元素背景管理器.
Definition: EleUI.cpp:4502
HIMAGE WINAPI XImage_LoadFile(const wchar_t *pFileName)
图片_加载从文件 加载图片从文件.
Definition: ImageFrame.cpp:1014