Gets the
AnnObject that is currently being drawn.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable ReadOnly Property DrawObject As AnnObject |
C# | |
---|
protected virtual AnnObject DrawObject {get;} |
Managed Extensions for C++ | |
---|
protected: __property virtual AnnObject* get_DrawObject(); |
Return Value
The
AnnObject that is currently being drawn.
Example
Remarks
Requirements
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
See Also