Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::savefiledlg Next Topic: IHTMLOptionsHolder::showSecurityInfo |
IHTMLOptionsHolder::choosecolordlg
HRESULT choosecolordlg( VARIANT initColor, long *rgbColor );Opens the system color picker dialog box.
- Returns S_OK if successful, or an error value otherwise.
- initColor
- VARIANT containing the name of the color in the color picker. For a complete list of colors, see Color Table.
- rgbColor
- Long integer specifying the value of the color in the color picker. For a complete list of colors, see Color Table.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.