Assistant.MoveWhenInTheWay Property
True if the Office Assistant window automatically moves when it's in the way of the user's work area.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property MoveWhenInTheWay As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.MoveWhenInTheWay
instance.MoveWhenInTheWay = value
bool MoveWhenInTheWay { get; set; }
Property Value
Type: System.Boolean