Gets or sets a value that indicates whether the pointer of this
AnnTextPointerObject object is fixed.
public virtual bool FixedPointer {get; set;}
'Declaration
Public Overridable Property FixedPointer As Boolean
'Usage
Dim instance As AnnTextPointerObject
Dim value As Boolean
instance.FixedPointer = value
value = instance.FixedPointer
public:
virtual property bool FixedPointer {
bool get();
void set ( bool value);
}
Property Value
true if the pointer of this
AnnTextPointerObject object is fixed; false otherwise.