Share via


EditView_t::TextColor (Windows Embedded CE 6.0)

1/6/2010

This method returns the text color of an edit box.

Syntax

static COLORREF TextColor(
  HWND hwnd,
  HDC hdc
);

Parameters

  • hwnd
    [in] Handle to an edit box window.
  • hdc
    [in] Handle to a device context.

Return Value

If the method succeeds, the return value specifies the text color as a COLORREF value. If the function fails, the return value is CLR_INVALID.

Requirements

Header editview.hpp
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

EditView_t
COLORREF