Determines if the toolbar is allowed to be moved with the mouse by the end-user. 
Syntax
| Visual Basic (Usage) | 
 Copy Code | 
Dim instance As ToolbarAttributes
Dim value As Boolean
 
instance.AllowMouseMoving = value
 
value = instance.AllowMouseMoving
  | 
 
Return Value
true if chart toolbar can be moved with a mouse, 
false if it is not. Defaults to 
true. 
 
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
See Also