Share via


RibbonMenuButtonAutomationPeer.ITransformProvider.CanRotate Property

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

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

Syntax

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

Property Value

Type: System.Boolean
false in all cases.

Implements

ITransformProvider.CanRotate

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