AbstractSelectionPresentationProperties.IsWithinViewport 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.
Gets whether the caret is shown in its entirety on the screen.
public:
virtual property bool IsWithinViewport { bool get(); };
public virtual bool IsWithinViewport { get; }
member this.IsWithinViewport : bool
Public Overridable ReadOnly Property IsWithinViewport As Boolean