IRangeValueProvider Interfaz

Definición

Expone métodos y propiedades para admitir Automatización de la interfaz de usuario acceso de cliente a controles que se pueden establecer en un valor dentro de un intervalo.

public interface class IRangeValueProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("36dc7aef-33e6-4691-afe1-2be7274b3d33")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRangeValueProvider
public interface IRangeValueProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("36dc7aef-33e6-4691-afe1-2be7274b3d33")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRangeValueProvider = interface
type IRangeValueProvider = interface
Public Interface IRangeValueProvider
Derivado
Atributos

Comentarios

Se implementa en un proveedor de Automatización de la interfaz de usuario que debe admitir el patrón de control RangeValuePattern.

Propiedades

Nombre Description
IsReadOnly

Obtiene un valor que especifica si el valor de un control es de solo lectura.

LargeChange

Obtiene el valor que se agrega o resta de la Value propiedad cuando se realiza un cambio grande, como con la clave PAGE DOWN.

Maximum

Obtiene el valor de intervalo máximo admitido por el control .

Minimum

Obtiene el valor de intervalo mínimo admitido por el control .

SmallChange

Obtiene el valor que se agrega o resta de la Value propiedad cuando se realiza un pequeño cambio, como con una tecla de flecha.

Value

Obtiene el valor del control .

Métodos

Nombre Description
SetValue(Double)

Establece el valor del control.

Se aplica a

Consulte también