Re-enables the
fixed state of every
AnnObject in the
AnnContainer.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Function PopFixedState() As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnContainer
Dim value As Integer
value = instance.PopFixedState()
|
C# | |
---|
public virtual int PopFixedState() |
Managed Extensions for C++ | |
---|
public: virtual int PopFixedState(); |
C++/CLI | |
---|
public:
virtual int PopFixedState(); |
Return Value
size of the
fixed state stack before the call to
PopFixedState
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