IRangeValueProvider Interfaz

Definición

Expone métodos y propiedades para admitir el acceso del cliente de automatización de la interfaz de usuario 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 RangeValuePattern control.

Propiedades

IsReadOnly

Obtiene un valor que especifica si el valor de un control es de sólo lectura.

LargeChange

Obtiene el valor que se suma o se resta a la propiedad Value cuando se realiza un cambio grande, por ejemplo con la tecla AV PÁG.

Maximum

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

Minimum

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

SmallChange

Obtiene el valor que se suma o se resta a la propiedad Value cuando se realiza un cambio pequeño, por ejemplo con una tecla de dirección.

Value

Obtiene el valor del control.

Métodos

SetValue(Double)

Establece el valor del control.

Se aplica a

Consulte también