RibbonMenuItemDataAutomationPeer.ITransformProvider.CanMove Property
Gets a value that specifies whether the RibbonMenuItem that is associated with this RibbonMenuItemDataAutomationPeer can be moved.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private ReadOnly Property CanMove As Boolean
Implements ITransformProvider.CanMove
bool ITransformProvider.CanMove { get; }
private:
virtual property bool CanMove {
bool get () sealed = ITransformProvider::CanMove::get;
}
private abstract CanMove : bool
private override CanMove : bool
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
false in all cases.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the RibbonMenuItemDataAutomationPeer instance is cast to an ITransformProvider interface.
.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.