ScrollProviderWrapper - класс

Обёртка для узла автоматизации, позволяющая прокручивать его содержимое.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public class ScrollProviderWrapper : MarshalByRefObject, 
	IScrollProvider
Inheritance
Object    MarshalByRefObject    ScrollProviderWrapper
Implements
IScrollProvider

Свойства

HorizontallyScrollableGets a value that indicates whether the control can scroll horizontally.
HorizontalScrollPercentGets the current horizontal scroll position.
HorizontalViewSizeGets the current horizontal view size.
VerticallyScrollableGets a value that indicates whether the control can scroll vertically.
VerticalScrollPercentGets the current vertical scroll position.
VerticalViewSizeGets the vertical view size.

Методы

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)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Унаследован от MarshalByRefObject)
Scroll 
SetScrollPercentSets the horizontal and vertical scroll position as a percentage of the total content area within the control.
ToStringReturns a string that represents the current object.
(Унаследован от Object)
Wrap 

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

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

См. также