IWpfTextViewHost Interface
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.
Contains an IWpfTextView and the margins that surround it, such as a scrollbar or line number gutter.
public interface class IWpfTextViewHost
public interface class IWpfTextViewHost
__interface IWpfTextViewHost
public interface IWpfTextViewHost
type IWpfTextViewHost = interface
Public Interface IWpfTextViewHost
Properties
HostControl |
Gets the WPF control for this IWpfTextViewHost. |
IsClosed |
Determines whether this text view has been closed. |
TextView |
Gets the IWpfTextView that is contained within this IWpfTextViewHost. |
Methods
Close() |
Closes the text view host and its underlying text view. |
GetTextViewMargin(String) |
Gets the IWpfTextViewMargin with the given |
Events
Closed |
Occurs immediately after closing the text view. |