RangeValueProviderWrapper - класс

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

Definition

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

Свойства

IsReadOnlyGets a value that specifies whether the value of a control is read-only.
LargeChangeGets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.
MaximumGets the maximum range value supported by the control.
MinimumGets the minimum range value supported by the control.
SmallChangeGets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.
ValueGets the value of the control.

Методы

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)
SetValueSets the value of the control.
ToStringReturns a string that represents the current object.
(Унаследован от Object)
Wrap 

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

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

См. также