Assistant.MoveWhenInTheWay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the Office Assistant window automatically moves when it's in the way of the user's work area.
public:
property bool MoveWhenInTheWay { bool get(); void set(bool value); };
public bool MoveWhenInTheWay { get; set; }
member this.MoveWhenInTheWay : bool with get, set
Public Property MoveWhenInTheWay As Boolean