Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 RibbonMenuButton is not enabled. |
InvalidOperationException | The RibbonMenuButton cannot be resized. |
.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.