|
uiautomation
|
公開メンバ関数 | |
| def | __init__ (self, pattern=None) |
| int | Column (self) |
| int | ColumnSpan (self) |
| 'Control' | ContainingGrid (self) |
| int | Row (self) |
| int | RowSpan (self) |
公開変数類 | |
| pattern | |
| def uiautomation.uiautomation.GridItemPattern.__init__ | ( | self, | |
pattern = None |
|||
| ) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationgriditempattern
| 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
| 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
| '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
| 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
| 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
| uiautomation.uiautomation.GridItemPattern.pattern |