|
|
|
IHtmlDlgSafeHelper Interface |
|
ProgID |
HtmlDlgSafeHelper.HtmlDlgSafeHelper.1 |
|
ClsID_HtmlDlgSafeHelper |
{3050F819-98B5-11CF-BB82-00AA00BDCE0B} |
|
IID_IHtmlDlgSafeHelper |
{3050F81A-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface enables you to programmatically access the color dialog box, as well as the block format and fonts collections.
Note The library TB_HTML includes wrapper functions for this interface.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDispatch Methods |
Description |
|
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
GetTypeInfo |
Gets the type information for an object. |
|
GetIDsOfNames |
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
|
Invoke |
Provides access to properties and methods exposed by an object. |
|
IHtmlDlgSafeHelper Methods |
Description |
|
chooseColorDlg |
Opens the system color-selection dialog box. |
|
getCharset |
Retrieves a VARIANT that specifies the character set of the specified font. |
|
fonts |
Retrieves a collection of all the system-supported fonts. |
|
blockFormats |
Retrieves a collection of strings that specify the names of the available block format tags. |
|
chooseColorDLg |
|
FUNCTION
IHtmlDlgSafeHelper_choosecolordlg ( _ , BYVAL initColor AS VARIANT _ , BYREF rgbColor AS VARIANT _ ) AS LONG
|
|
getCharset |
|
FUNCTION
IHtmlDlgSafeHelper_getCharset ( _ , BYVAL fontName AS STRING _ , BYREF charset AS VARIANT _ ) AS LONG
|
|
fonts |
|
FUNCTION
IHtmlDlgSafeHelper_get_fonts ( _ , BYREF p AS DWORD _ ) AS LONG
|
|
blockFormats |
|
FUNCTION
IHtmlDlgSafeHelper_get_blockFormats ( _ , BYREF p AS DWORD _ ) AS LONG
|
Page last updated on Monday, 03 April 2006 19:56:00 +0200