CollapseHintAdornmentControl Class

Definition

Highlights an outlining region in the text view when the mouse hovers over this region in the outlining margin.

public ref class CollapseHintAdornmentControl abstract : System::Windows::Controls::Control
public abstract class CollapseHintAdornmentControl : System.Windows.Controls.Control
type CollapseHintAdornmentControl = class
    inherit Control
Public MustInherit Class CollapseHintAdornmentControl
Inherits Control
Inheritance
CollapseHintAdornmentControl

Constructors

CollapseHintAdornmentControl()

Constructs a new instance.

Fields

IsHighContrastProperty

A DependencyProperty that determines whether or not the system is currently in high contrast mode.

IsHighlightedProperty

A DependencyProperty that determines whether this control should be currently displaying its mouse-hover highlight.

Properties

IsHighContrast

Gets whether or not the system is currently in HighContrast mode.

IsHighlighted

Gets or sets IsHighlightedProperty.

Methods

GetIsHighContrast(CollapseHintAdornmentControl)

Gets IsHighContrastProperty.

GetIsHighlighted(CollapseHintAdornmentControl)

Gets IsHighlightedProperty.

SetIsHighlighted(CollapseHintAdornmentControl, Boolean)

Sets IsHighlightedProperty.

Applies to