BmpName (Get method)

Gets the name of bmp file of the control.

string  BmpName()  const

Return Value

Name of bmp file of the control.

BmpName (Set method)

Sets the name of bmp file of the control.

bool  BmpName(
   const string  name      // file name
   )

Parameters

name

[in]  Name of bmp file of the control.

Return Value

true - successful, otherwise - false.