home *** CD-ROM | disk | FTP | other *** search
Visual Basic class definition | 2001-09-09 | 2.0 KB | 86 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 = "IModuleInterface"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = False
- Attribute VB_Ext_KEY = "SavedWithClassBuilder6" ,"Yes"
- Attribute VB_Ext_KEY = "Top_Level" ,"Yes"
- '-----------------------------------------------------------------------------
- ' This is a part of the BeeGrid ActiveX control.
- ' Copyright ⌐ 2000 Stinga
- ' All rights reserved.
- '
- ' You have a right to use and distribute the BeeGrid sample files in original
- ' form or modified, provided that you agree that Stinga has no warranty,
- ' obligations, or liability for any sample application files.
- '-----------------------------------------------------------------------------
- Option Explicit
-
-
- Public Property Get SGGrid() As SGGrid
-
- End Property
-
- Public Property Set SGGrid(ByVal vNewValue As SGGrid)
-
- End Property
-
- Public Property Get CellsImageList() As ImageList
-
- End Property
-
- Public Property Set CellsImageList(ByVal vNewValue As ImageList)
-
- End Property
-
- Public Property Get HeadImageList() As ImageList
-
- End Property
-
- Public Property Set HeadImageList(ByVal vNewValue As ImageList)
-
- End Property
-
- Public Property Get FolderType() As OlDefaultFolders
-
- End Property
-
- Public Property Let FolderType(ByVal vData As OlDefaultFolders)
- End Property
-
- Public Property Get Directory() As String
- End Property
-
- Public Property Let Directory(ByVal vData As String)
- End Property
-
- Public Sub Show()
-
- End Sub
-
-
-
- Public Property Get Key() As String
-
- End Property
-
- Public Property Let Key(ByVal vNewValue As String)
-
- End Property
-
- Public Property Get NameSpace() As NameSpace
-
- End Property
-
- Public Property Set NameSpace(ByVal vNewValue As NameSpace)
-
- End Property
-