+ void SetBitmap(const wxBitmap& bmpChecked)
+ { m_bmpChecked = bmpChecked;
+ m_bOwnerDrawn = true; }
+
+ void SetDisabledBitmap( const wxBitmap& bmpDisabled )
+ { m_bmpDisabled = bmpDisabled;
+ m_bOwnerDrawn = true; }
+
+ const wxBitmap& GetBitmap(bool bChecked = true) const