Share

CAcUiPickButton

Class Hierarchy

CAdUiOwnerDrawButton
    CAdUiBitmapButton
        CAcUiPickButton
            CAcUiSelectButton

C++

class CAcUiPickButton : public CAdUiBitmapButton;

File

acuiButton.h

Description

This class specializes CAdUiBitmapButton to provide a button that displays a standard bitmap.

The constructor for this class sets the resource ID of the image AutoLoad() will retrieve. Consequently the resource ID should not be specified in the button's text using a resource editor. However, the button's text may still be set to provide tool-tip text.

See Also

AdUiBitmapButton

Was this information helpful?