vbAccelerator - Contents of code file: cDisplayButtonInfo.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "cDisplayButtonInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Option Explicit
Public left As Long
Public top As Long
Public right As Long
Public bottom As Long
Public mouseDown As Boolean
Public mouseOver As Boolean
Public mouseOverSplit As Boolean
Public mouseDownSplit As Boolean
Public menuInitiator As Boolean
|