Gets or sets a value indicating whether to move the object when the name moves.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property MoveObjectWithName As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnEditDesigner
Dim value As Boolean
instance.MoveObjectWithName = value
value = instance.MoveObjectWithName
|
C# | |
---|
public virtual bool MoveObjectWithName {get; set;} |
C++/CLI | |
---|
public:
virtual property bool MoveObjectWithName {
bool get();
void set (bool value);
} |
Return Value
true if the object should move when the user moves the name; otherwise,
false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also