public class RangeValueProviderWrapper : MarshalByRefObject,
IRangeValueProvider
Public Class RangeValueProviderWrapper
Inherits MarshalByRefObject
Implements IRangeValueProvider
public ref class RangeValueProviderWrapper : public MarshalByRefObject,
IRangeValueProvider
type RangeValueProviderWrapper =
class
inherit MarshalByRefObject
interface IRangeValueProvider
end
IsReadOnly | Gets a value that specifies whether the value of a control is read-only. |
LargeChange | Gets 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. |
Maximum | Gets the maximum range value supported by the control. |
Minimum | Gets the minimum range value supported by the control. |
SmallChange | Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key. |
Value | Gets the value of the control. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
SetValue | Sets the value of the control. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Wrap |