htmRenderSearchSection - Solution Sites Routine
This function renders the search section on the navigation pane.
Definition
Function htmRenderSearchSection(
byVal dictSectionTitleStyle,
byVal dictSectionBodyStyle,
sSearchValue)
Parameters
- dictSectionTitleStyle
A dictionary variable that defines the font style of the title for the search section, passed through to the function RenderText - dictSectionBodyStyle
A dictionary variable that defines the font style of the body text in the search section. - sSearchValue
A string containing the search value, passed through to the function RenderTextBox.
Return Value
A string containing the HTML representation search section on the navigation pane.
Defined in File
Routines Called
Called By
Copyright © 2005 Microsoft Corporation.
All rights reserved.