Share via


RibbonMenuButtonAutomationPeer.ITransformProvider.Move Method

This API is not implemented.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Private Sub Move ( _
    x As Double, _
    y As Double _
) Implements ITransformProvider.Move
void ITransformProvider.Move(
    double x,
    double y
)
private:
virtual void Move(
    double x, 
    double y
) sealed = ITransformProvider::Move
private abstract Move : 
        x:float * 
        y:float -> unit 
private override Move : 
        x:float * 
        y:float -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

ITransformProvider.Move(Double, Double)

Exceptions

Exception Condition
InvalidOperationException

In all cases.

.NET Framework Security

See Also

Reference

RibbonMenuButtonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace