Share via


OutliningMarginHeaderControl Class

Definition

Allows collapsing and expanding an outlining region.

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

Remarks

By default, this is a grey accordion/chevron. In Visual Studio 17.8 or lower, this is a grey square with a plus or minus by default.

Constructors

Name Description
OutliningMarginHeaderControl()

Initializes a new instance of OutliningMarginHeaderControl.

Fields

Name Description
IsExpandedProperty

A DependencyProperty that determines whether this control collapses or expands the outlining regions that it controls.

IsHighlightedProperty

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

Properties

Name Description
IsExpanded

Gets or sets IsExpandedProperty.

IsHighlighted

Gets or sets IsHighlightedProperty.

Methods

Name Description
GetIsExpanded(OutliningMarginHeaderControl)

Gets IsExpandedProperty.

GetIsHighlighted(OutliningMarginHeaderControl)

Gets IsHighlightedProperty.

SetIsExpanded(OutliningMarginHeaderControl, Boolean)

Sets IsExpandedProperty.

SetIsHighlighted(OutliningMarginHeaderControl, Boolean)

Sets IsHighlightedProperty.

Applies to