Visual Basic (Declaration) | |
---|---|
Public Overridable Sub SelectAll() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void SelectAll() |
Managed Extensions for C++ | |
---|---|
public: virtual void SelectAll(); |
C++/CLI | |
---|---|
public: virtual void SelectAll(); |
If this AnnAutomation contains more than one object, after calling this method these objects will be removed from the Container and added to a temporary AnnGroupObject. Finally, this temporary AnnGroupObject becomes the object that is currently being edited.
If this AnnAutomation contains only one object, this object becomes the object that is currently being edited. This is the same behavor as calling StartEditing on this object.
You can determine if this AnnAutomation can select all the objects by calling the CanSelectAll property.
For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family