CStockPropImpl::put_BackStyle

 

Call this method to set the control's background style.

Syntax

      HRESULT STDMETHODCALLTYPE put_BackStyle(
   LONG nBackStyle
);

Parameters

  • nBackStyle
    The new control background style.

Return Value

Returns S_OK on success, or an error HRESULT on failure.

Requirements

Header: atlctl.h

See Also

CStockPropImpl Class
CStockPropImpl::get_BackStyle