GridViewForGridAutomationPeer - класс

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

Definition

Пространство имён: Tessa.UI.Automation.Peers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)
GetChildrenGets the collection of immediate child elements of the specified UI Automation peer.
(Унаследован от 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)
GetPatternGets the control pattern that is associated with the specified patternInterface.
(Унаследован от 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)
ItemsChangedCalled by ListView when the collection of items changes.
(Унаследован от 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)

См. также