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 >
Text File  |  2005-01-18  |  981b  |  36 lines

  1. VERSION 1.0 CLASS
  2. BEGIN
  3.   MultiUse = -1  'True
  4.   Persistable = 0  'NotPersistable
  5.   DataBindingBehavior = 0  'vbNone
  6.   DataSourceBehavior  = 0  'vbNone
  7.   MTSTransactionMode  = 0  'NotAnMTSObject
  8. END
  9. Attribute VB_Name = "iSupportFontPropPage"
  10. Attribute VB_GlobalNameSpace = False
  11. Attribute VB_Creatable = False
  12. Attribute VB_PredeclaredId = False
  13. Attribute VB_Exposed = False
  14. '==================================================================================================
  15. 'iSupportFontPropPage.cls                    12/15/04
  16. '
  17. '           GENERAL PURPOSE:
  18. '               Simplify the implementation of ppFont.pag for
  19. '               the numerous controls which use it.
  20. '
  21. '           LINEAGE:
  22. '               N/A
  23. '
  24. '==================================================================================================
  25.  
  26.  
  27. Option Explicit
  28.  
  29. Public Function GetAmbientFont() As StdFont
  30. '
  31. End Function
  32.  
  33. Public Sub AddFonts(ByVal o As ppFont)
  34. '
  35. End Sub
  36.