IAdornmentManager Interface
Provides the base requirements for an ITextView adornment manager, that adds and removes adornments to a particular IAdornmentLayer as appropriate.
public interface IAdornmentManager
Properties
AdornmentLayer
The IAdornmentLayer being managed by this manager.
IsActive
Indicates whether the manager's adornments are currently active, generally based on some option or event.
bool IsActive { get; set; }
Property Value
- bool:
trueif the manager's adornments are currently active; otherwise,false.
View
The view to which this manager is attached.
Methods
Close()
Closes the manager and detaches it from the view.
void Close()