nw::lyt::TextBox::FindPaneByName Member Function

Syntax

virtual Pane * FindPaneByName(
     const char* findName,
     bool                           bRecursive  = true
);

Arguments

Name Description
findName The pane name to search for.
bRecursive Specify TRUE to also search for child panes.

Return Values

Returns a pointer to the pane with the pane name given by findName, when found. Otherwise, returns NULL.

Description

Searches for panes by name.

Searches for the pane with the pane name given by findName.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL