CStockPropImpl::get_BorderStyle

调用此方法获取控件的边框样式。

HRESULT STDMETHODCALLTYPE get_BorderStyle( 
   LONG * pnBorderStyle 
);

参数

  • pnBorderStyle
    接收控件的边框样式的变量。

返回值

返回在成功的S_OK或在失败时错误HRESULT。

要求

Header: atlctl.h

请参见

参考

CStockPropImpl Class

CStockPropImpl::put_BorderStyle