Visual Basic (Declaration) | |
---|---|
Overrides Public ReadOnly Property SupportsFixed As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override bool SupportsFixed {get;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_SupportsFixed()override ; |
Return Value
true if this AnnObject can be fixed; false otherwiseFor an example, refer to SupportsFixed.
This AnnEncryptObject property overrides the base SupportsFixed property to return false.
Fixed annotations are independent of the Transform. The result is that they do not scroll or move with the underlying image. For more information, see PushFixedState and SetFixedState.
Fixed annotations are independent of the Transform. The result is that they do not scroll or move with the underlying image. For more information, see PushFixedState and SetFixedState.
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