CompType (Enums)
Last changed: Jack Hudler-216.198.83.226

.
Summary
Used by the IActiveDesktop interface COMPONENT structure

C# Definition:

public enum CompType : int
{
     HTMLDOC     = 0,
     PICTURE     = 1,
     WEBSITE     = 2,
     CONTROL     = 3,
     CFHTML      = 4
}

VB Definition:

Public Enum CompType
    CFHTML = 4
    CONTROL = 3
    HTMLDOC = 0
    PICTURE = 1
    WEBSITE = 2
End Enum

Notes:

None.

Documentation
COMPONENT on MSDN