VirtualPoint.AtEndOfDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the object is at the end of the document.
public:
property bool AtEndOfDocument { bool get(); };
public:
property bool AtEndOfDocument { bool get(); };
[System.Runtime.InteropServices.DispId(21)]
public bool AtEndOfDocument { [System.Runtime.InteropServices.DispId(21)] get; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
member this.AtEndOfDocument : bool
Public ReadOnly Property AtEndOfDocument As Boolean
Property Value
A Boolean value indicating true
if you are at the end of the document; false
if otherwise.
Implements
- Attributes