uiautomation
uiautomation.uiautomation.DragPattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
str DropEffect (self)
 
List[str] DropEffects (self)
 
bool IsGrabbed (self)
 
List[ 'Control'] GetGrabbedItems (self)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

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

メソッド詳解

◆ DropEffect()

str uiautomation.uiautomation.DragPattern.DropEffect (   self)
Property DropEffect.
Call IUIAutomationDragPattern::get_CurrentDropEffect.
Return str, a localized string that indicates what happens
            when the user drops this element as part of a drag-drop operation.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationdragpattern-get_currentdropeffect

◆ DropEffects()

List[str] uiautomation.uiautomation.DragPattern.DropEffects (   self)
Property DropEffects.
Call IUIAutomationDragPattern::get_CurrentDropEffects, todo SAFEARRAY.
Return List[str], a list of localized strings that enumerate the full set of effects
             that can happen when this element as part of a drag-and-drop operation.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationdragpattern-get_currentdropeffects

◆ GetGrabbedItems()

List['Control'] uiautomation.uiautomation.DragPattern.GetGrabbedItems (   self)
Call IUIAutomationDragPattern::GetCurrentGrabbedItems.
Return List[Control], a list of `Control` subclasses that represent the full set of items
             that the user is dragging as part of a drag operation.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationdragpattern-getcurrentgrabbeditems

◆ IsGrabbed()

bool uiautomation.uiautomation.DragPattern.IsGrabbed (   self)
Property IsGrabbed.
Call IUIAutomationDragPattern::get_CurrentIsGrabbed.
Return bool, indicates whether the user has grabbed this element as part of a drag-and-drop operation.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationdragpattern-get_currentisgrabbed

メンバ詳解

◆ pattern

uiautomation.uiautomation.DragPattern.pattern

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