BmpPassiveName
BmpPassiveName (Get method)
Gets the name of bmp file for the control passive state.
string BmpPassiveName() constReturn 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.
Last updated on