To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

PanSpeed



Integer value that controls the mouse Pan Speed. Value ranges from 1 to 9 (see Figure 1).


              Figure 1

API Calls

Delphi


C#


VB/VBA (OLE)

Using IItem Object Model
Sub main()
    Dim planswift = CreateObject("PlanSwift9.PlanCenter")
    Dim settings = planswift.GetItem("\Settings")
    Dim property = settings.GetProperty("PanSpeed")
    Console.WriteLn(property.ResultAsInteger());
End Sub
Using PlanSwift Object Model
Sub Main()
    Dim planswift = CreateObject("PlanSwift9.PlanCenter")
    Dim nameProperty = planswift.GetProperty("\Settings","PanSpeed")
    Console.WriteLn(property.ResultAsInteger)
End Sub


Pascal Scripting (OLE)


Pascal Scripting





  • No labels