Visual Basic (Declaration) | |
---|---|
Overrides Public Property Container As AnnContainer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override AnnContainer Container {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property AnnContainer* get_Container()override ; public: __property void set_Container( AnnContainer* value )override ; |
C++/CLI | |
---|---|
public: property AnnContainer^ Container override { AnnContainer^ get(); void set (AnnContainer^ value); } |
Return Value
The AnnContainer object that contains this AnnGroupObject object.
The AnnGroupObject object will set the container for all objects in the group. For more information, refer to Container.
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