BmpName (Get method)

컨트롤의 bmp 파일 이름을 가져옵니다.

string  BmpName()  const

Return Value

컨트롤의 bmp 파일 이름.

BmpName (Set method)

컨트롤의 bmp 파일 이름을 설정합니다.

bool  BmpName(
   const string  name      // 파일명
   )

Parameters

name

[in]  컨트롤의 bmp 파일 이름.

Return Value

성공시 true, 아니면 false.