CStockPropImpl::put_BorderStyle

 

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

Syntax

      HRESULT STDMETHODCALLTYPE put_BorderStyle(
   LONG nBorderStyle
);

Parameters

  • nBorderStyle
    The new border style.

Return Value

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

Requirements

Header: atlctl.h

See Also

CStockPropImpl Class
CStockPropImpl::get_BorderStyle