uiautomation
uiautomation.uiautomation.GridItemPattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
int Column (self)
 
int ColumnSpan (self)
 
'ControlContainingGrid (self)
 
int Row (self)
 
int RowSpan (self)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

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

メソッド詳解

◆ Column()

int uiautomation.uiautomation.GridItemPattern.Column (   self)
Property Column.
Call IUIAutomationGridItemPattern::get_CurrentColumn.
Return int, the zero-based index of the column that contains the item.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationgriditempattern-get_currentcolumn

◆ ColumnSpan()

int uiautomation.uiautomation.GridItemPattern.ColumnSpan (   self)
Property ColumnSpan.
Call IUIAutomationGridItemPattern::get_CurrentColumnSpan.
Return int, the number of columns spanned by the grid item.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationgriditempattern-get_currentcolumnspan

◆ ContainingGrid()

'Control' uiautomation.uiautomation.GridItemPattern.ContainingGrid (   self)
Property ContainingGrid.
Call IUIAutomationGridItemPattern::get_CurrentContainingGrid.
Return `Control` subclass, the element that contains the grid item.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationgriditempattern-get_currentcontaininggrid

◆ Row()

int uiautomation.uiautomation.GridItemPattern.Row (   self)
Property Row.
Call IUIAutomationGridItemPattern::get_CurrentRow.
Return int, the zero-based index of the row that contains the grid item.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationgriditempattern-get_currentrow

◆ RowSpan()

int uiautomation.uiautomation.GridItemPattern.RowSpan (   self)
Property RowSpan.
Call IUIAutomationGridItemPattern::get_CurrentRowSpan.
Return int, the number of rows spanned by the grid item.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationgriditempattern-get_currentrowspan

メンバ詳解

◆ pattern

uiautomation.uiautomation.GridItemPattern.pattern

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