Share via


CStockPropImpl::get_Text

 

Call this method to get the text that is displayed with the control.

Syntax

      HRESULT STDMETHODCALLTYPE get_Text(
   BSTR * pbstrText
);

Parameters

  • pbstrText
    The text that is displayed with the control.

Return Value

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

Requirements

Header: atlctl.h

See Also

CStockPropImpl Class
CStockPropImpl::put_Text