folder.cls

来自「last chaos botlast chaos botlast chaos b」· CLS 代码 · 共 47 行

CLS
47
字号
VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
  Persistable = 0  'NotPersistable
  DataBindingBehavior = 0  'vbNone
  DataSourceBehavior  = 0  'vbNone
  MTSTransactionMode  = 0  'NotAnMTSObject
END
Attribute VB_Name = "Folder"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
' <B>Description</B><BR />
' <BR />
' The purpose of this class is to describe a perspective folder.
' Folders are used in perspectives to layout the presentation
' space. A folder represents a container for a stack of one or
' more views. The graphical counterpart to this folders is the
' ucFolder control, which will be initialised by a instance of
' the folder class.<BR />
' <BR />
' The class property <i>Instancing</i> is set to <i>Public Not Createable</i>
' because the endusers should not create Folder instances manually by
' <code>Dim Folder = new Folder</code>. They should use the perspective
' function <i>AddFolder()</i> to create a new folder, which will
' register the folder as a perspective folder.<BR />
' <BR />
' <B>Terms of Use</B><BR />
' <BR />
' You may freely distribute the VbEclipse project and the
' test sample project. You're free to use the VbEclipse control
' in your applications and distribute it with the source code
' of your applications.<BR />
' <BR />
' However, you may not claim that you've written the VbEclipse
' or the Test project.<BR />
' <BR />
' For questions, contact me at vbeclipseproject ab-software.com<BR />
' <BR />
' For more information about the VbEclipse Control, visit the
' following URL: http://www.ab-software.com<BR />
' <BR />
' @See http://www.ab-software.com
'
'
' 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?