home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
3_2004-2005.ISO
/
Data
/
Zips
/
GDI_Manage1841911192005.psc
/
iSupportFontPropPage.cls
< prev
next >
Wrap
Text File
|
2005-01-18
|
981b
|
36 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 = "iSupportFontPropPage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
'==================================================================================================
'iSupportFontPropPage.cls 12/15/04
'
' GENERAL PURPOSE:
' Simplify the implementation of ppFont.pag for
' the numerous controls which use it.
'
' LINEAGE:
' N/A
'
'==================================================================================================
Option Explicit
Public Function GetAmbientFont() As StdFont
'
End Function
Public Sub AddFonts(ByVal o As ppFont)
'
End Sub