BmpPassiveName (Get method)

Gets the name of bmp file for the control passive state.

string  BmpPassiveName()  const

Return Value

Name of bmp file for the control passive state.

BmpPassiveName (Set method)

Sets the name of bmp file for the passive state.

bool  BmpPassiveName(
   const string  name      // file name
   )

Parameters

name

[in]  Name of bmp file for the control passive state.

Return Value

true - successful, otherwise - false.