GridViewForGridAutomationPeer - класс

Реализация представления для таблицы Тессы (GridView).

Definition

Пространство имён: Tessa.UI.Automation.Peers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public class GridViewForGridAutomationPeer : GridViewBaseAutomationPeer
Inheritance
Object    GridViewBaseAutomationPeer    GridViewForGridAutomationPeer

Конструкторы

GridViewForGridAutomationPeer Конструктор класса.

Свойства

ColumnCountGets the total number of columns in a grid.
(Унаследован от GridViewBaseAutomationPeer)
RowCountGets the total number of rows in a grid.
(Унаследован от GridViewBaseAutomationPeer)
RowOrColumnMajorRetrieves the primary direction of traversal for the table.
(Унаследован от GridViewBaseAutomationPeer)

Методы

CreateItemAutomationPeerCreates a new instance of the ItemAutomationPeer class.
(Переопределяет GridViewBaseAutomationPeerCreateItemAutomationPeer(Object))
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetAutomationControlTypeGets the control type for the element that is associated with this IViewAutomationPeer.
(Унаследован от GridViewBaseAutomationPeer)
GetChildren
(Унаследован от GridViewBaseAutomationPeer)
GetColumnHeadersGets a collection of UI Automation providers that represents all the column headers in a table.
(Унаследован от GridViewBaseAutomationPeer)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetItemRetrieves the UI Automation provider for the specified cell.
(Унаследован от GridViewBaseAutomationPeer)
GetPattern
(Унаследован от GridViewBaseAutomationPeer)
GetRowHeadersRetrieves a collection of UI Automation providers that represents all row headers in the table.
(Унаследован от GridViewBaseAutomationPeer)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
ItemsChanged
(Унаследован от GridViewBaseAutomationPeer)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
ViewDetachedCalled when the custom view is no longer applied to the ListView.
(Унаследован от GridViewBaseAutomationPeer)

Поля

list
(Унаследован от GridViewBaseAutomationPeer)
owner
(Унаследован от GridViewBaseAutomationPeer)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также