Share

CAcUiSelectButton

Class Hierarchy

CAdUiOwnerDrawButton
    CAdUiBitmapButton
        CAcUiPickButton
            CAcUiSelectButton

C++

class CAcUiSelectButton : public CAcUiPickButton;

File

acuiButton.h

Description

This class specializes CAcUiPickButton to provide a button that displays a standard 'select objects' bitmap.

The constructor for this class sets the resource ID of the image that 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

CAcUiPickButton

Was this information helpful?