Contents Index Topic Contents | ||
Previous Topic: Microsoft Internet Component Download Reference Next Topic: CODE |
CLASS
<CLASS
CLASSID="{id}"
NAME="classname"
>
Specifies a class within a Java package.
- CLASSID="{id}"
- Unique identifier for the class file. For Microsoft® Internet Explorer, this value must be in GUID format {hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh}, where "h" is a hexadecimal digit.
- NAME="classname"
- Required. Name of the class file. The ".class" file extension is required.
Number of allowed occurrences: Any number
Parent elements Child elements PACKAGE ICON ISBEAN TYPELIB Example
<CLASS NAME="Browserbean" CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}"> <ISBEAN /> <ICON FILENAME="Browser.ico" /> <TYPELIB CLASSID="{01234567-89AB-CDEF-0123-456789ABCDEF}" /> </CLASS>The end tag </CLASS> is required.
Applies To
OSD
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.