nw::lyt::TextBox::DrawSelf Member Function

Syntax

protected:
virtual void DrawSelf(
     const DrawInfo & drawInfo
);

Arguments

Name Description
drawInfo Rendering information.

Return Values

None.

Description

Performs the self-rendering process.

This function can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.

This function is called from Layout and parent panes.

Revision History

2010/10/20
Made so that can be used only if the library is built with the NW_LYT_DMPGL_ENABLED macro defined.
2009/09/18
Initial version.

CONFIDENTIAL