ezPMUtils, COM interface constants for VB.Net / VBScript

ezPMUtils - interface constants

     This page contains simple VBA include for the ezPMUtils COM library.

library parameters

File NameProgram Files\Skype\Plugin Manager\ezPMUtils.dll
Guid{506B4C1F-587D-4CD3-94A3-00354CF6EFEF}
Enums3

TxActiveFormBorderStyle

enum, 4 members.
Public Enum TxActiveFormBorderStyle

  'afbNone
  afbNone = 0  '&H0

  'afbSingle
  afbSingle = 1  '&H1

  'afbSunken
  afbSunken = 2  '&H2

  'afbRaised
  afbRaised = 3  '&H3
End Enum

TxPrintScale

enum, 3 members.
Public Enum TxPrintScale

  'poNone
  poNone = 0  '&H0

  'poProportional
  poProportional = 1  '&H1

  'poPrintToFit
  poPrintToFit = 2  '&H2
End Enum

TxMouseButton

enum, 3 members.
Public Enum TxMouseButton

  'mbLeft
  mbLeft = 0  '&H0

  'mbRight
  mbRight = 1  '&H1

  'mbMiddle
  mbMiddle = 2  '&H2
End Enum
WUtils.com