Share via


CStockPropImpl::get_Appearance

Call this method to get the paint style used by the control, for example, flat or 3D.

HRESULT STDMETHODCALLTYPE get_Appearance( 
   SHORT pnAppearance 
);

Parameters

  • pnAppearance
    Variable that receives the control's paint style.

Return Value

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

Requirements

Header: atlctl.h

See Also

Reference

CStockPropImpl Class

CStockPropImpl::put_Appearance