Share via


RibbonMenuButtonAutomationPeer.ITransformProvider.Resize Method

This API is not implemented.

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

Syntax

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

Parameters

Implements

ITransformProvider.Resize(Double, Double)

Exceptions

Exception Condition
ElementNotEnabledException

The RibbonMenuButton is not enabled.

InvalidOperationException

The RibbonMenuButton cannot be resized.

.NET Framework Security

See Also

Reference

RibbonMenuButtonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace