uiautomation
uiautomation.uiautomation.ExpandCollapsePattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
int ExpandCollapseState (self)
 
bool Collapse (self, float waitTime=OPERATION_WAIT_TIME)
 
bool Expand (self, float waitTime=OPERATION_WAIT_TIME)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

def uiautomation.uiautomation.ExpandCollapsePattern.__init__ (   self,
  pattern = None 
)
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationexpandcollapsepattern

メソッド詳解

◆ Collapse()

bool uiautomation.uiautomation.ExpandCollapsePattern.Collapse (   self,
float   waitTime = OPERATION_WAIT_TIME 
)
Call IUIAutomationExpandCollapsePattern::Collapse.
waitTime: float.
Return bool, True if succeed otherwise False.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationexpandcollapsepattern-collapse

◆ Expand()

bool uiautomation.uiautomation.ExpandCollapsePattern.Expand (   self,
float   waitTime = OPERATION_WAIT_TIME 
)
Call IUIAutomationExpandCollapsePattern::Expand.
waitTime: float.
Return bool, True if succeed otherwise False.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationexpandcollapsepattern-expand

◆ ExpandCollapseState()

int uiautomation.uiautomation.ExpandCollapsePattern.ExpandCollapseState (   self)
Property ExpandCollapseState.
Call IUIAutomationExpandCollapsePattern::get_CurrentExpandCollapseState.
Return int, a value in class ExpandCollapseState.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationexpandcollapsepattern-get_currentexpandcollapsestate

メンバ詳解

◆ pattern

uiautomation.uiautomation.ExpandCollapsePattern.pattern

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