home *** CD-ROM | disk | FTP | other *** search
Visual Basic class definition | 1999-05-28 | 856 b | 31 lines |
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- Persistable = 0 'NotPersistable
- DataBindingBehavior = 0 'vbNone
- DataSourceBehavior = 0 'vbNone
- MTSTransactionMode = 0 'NotAnMTSObject
- END
- Attribute VB_Name = "CImgQuad"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = False
- Public ImageStart As StdPicture
- Public ImageCompiled As StdPicture
- Public ImageMask As StdPicture
- Public UseTranslucency As Boolean
- Public UseTransparency As Boolean
- Public TranslucencyColor As OLE_COLOR
- Public TransparencyColor As OLE_COLOR
- Public TranslucencyPercentile As Byte
- Public Enum IQStyle
- [TransL!=Solid]
- [TransL=Solid]
- End Enum
- Public Style As IQStyle
- Private Sub Class_Initialize()
- UseTranslucency = True
- UseTransparency = True
- End Sub
-