RibbonMenuItemDataAutomationPeer.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
- width
Type: System.Double
This API is not implemented.
- height
Type: System.Double
This API is not implemented.
Implements
ITransformProvider.Resize(Double, Double)
Exceptions
Exception | Condition |
---|---|
ElementNotEnabledException | The RibbonMenuItem is not enabled. |
InvalidOperationException | The RibbonMenuItem cannot be resized. -or- The RibbonMenuItem cannot be checked. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.