/**
Returns the bitmap for the disabled state, which may be invalid.
- @returns A reference to the disabled state bitmap.
+ @return A reference to the disabled state bitmap.
@see SetBitmapDisabled()
*/
/**
Returns the bitmap for the focused state, which may be invalid.
- @returns A reference to the focused state bitmap.
+ @return A reference to the focused state bitmap.
@see SetBitmapFocus()
*/
/**
Returns the label bitmap (the one passed to the constructor), always valid.
- @returns A reference to the button's label bitmap.
+ @return A reference to the button's label bitmap.
@see SetBitmapLabel()
*/
/**
Returns the bitmap for the selected state.
- @returns A reference to the selected state bitmap.
+ @return A reference to the selected state bitmap.
@see SetBitmapSelected()
*/