uiautomation
uiautomation.uiautomation.ExpandCollapseState クラス

静的公開変数類

int Collapsed = 0
 
int Expanded = 1
 
int PartiallyExpanded = 2
 
int LeafNode = 3
 

詳解

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

メンバ詳解

◆ Collapsed

int uiautomation.uiautomation.ExpandCollapseState.Collapsed = 0
static

◆ Expanded

int uiautomation.uiautomation.ExpandCollapseState.Expanded = 1
static

◆ LeafNode

int uiautomation.uiautomation.ExpandCollapseState.LeafNode = 3
static

◆ PartiallyExpanded

int uiautomation.uiautomation.ExpandCollapseState.PartiallyExpanded = 2
static

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