Share via


RibbonMenuButtonAutomationPeer.ITransformProvider.CanResize Property

Gets a value that specifies whether the RibbonMenuButton can be resized.

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

Syntax

'Declaration
Private ReadOnly Property CanResize As Boolean
    Implements ITransformProvider.CanResize
bool ITransformProvider.CanResize { get; }
private:
virtual property bool CanResize {
    bool get () sealed = ITransformProvider::CanResize::get;
}
private abstract CanResize : bool
private override CanResize : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
true if the RibbonMenuButton can be resized; otherwise false.

Implements

ITransformProvider.CanResize

Remarks

This member is an explicit interface member implementation. It can be used only when the RibbonMenuButtonAutomationPeer instance is cast to an ITransformProvider interface.

.NET Framework Security

See Also

Reference

RibbonMenuButtonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace