uiautomation
uiautomation.uiautomation.ScrollAmount クラス

静的公開変数類

int LargeDecrement = 0
 
int SmallDecrement = 1
 
int NoAmount = 2
 
int LargeIncrement = 3
 
int SmallIncrement = 4
 

詳解

ScrollAmount from IUIAutomation.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationcore/ne-uiautomationcore-scrollamount

メンバ詳解

◆ LargeDecrement

int uiautomation.uiautomation.ScrollAmount.LargeDecrement = 0
static

◆ LargeIncrement

int uiautomation.uiautomation.ScrollAmount.LargeIncrement = 3
static

◆ NoAmount

int uiautomation.uiautomation.ScrollAmount.NoAmount = 2
static

◆ SmallDecrement

int uiautomation.uiautomation.ScrollAmount.SmallDecrement = 1
static

◆ SmallIncrement

int uiautomation.uiautomation.ScrollAmount.SmallIncrement = 4
static

このクラス詳解は次のファイルから抽出されました: