Visual Basic (Declaration) | |
---|---|
Public Property MoveObjectWithName As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationManager Dim value As Boolean instance.MoveObjectWithName = value value = instance.MoveObjectWithName |
C# | |
---|---|
public bool MoveObjectWithName {get; set;} |
Property Value
true if the object should move when the user moves the name; otherwise, false.When an AnnObject with a visible name is being edited, the user can move the name by clicking and dragging with the mouse. This movement is independant of the object if the value of MoveObjectWithName is set to the default value of false. If MoveObjectWithName is set to true, the object will move along with the name.
The value of MoveObjectWithName is set in the AnnEditDesigner.MoveObjectWithName when automation mode is used.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7