Table of Contents

Class LayoutDocumentItem

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll

Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. This class represents the provided WPF framework-level implementation that is built on the WPF core-level APIs that are defined by UIElement.

public class LayoutDocumentItem : LayoutItem, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
LayoutDocumentItem
Implements
Inherited Members
Extension Methods

Fields

DescriptionProperty

Description dependency property.

public static readonly DependencyProperty DescriptionProperty

Field Value

DependencyProperty

Properties

Description

Gets/sets the description to display (in the NavigatorWindow) for the document item.

[Bindable(true)]
public string Description { get; set; }

Property Value

string

Methods

CanExecuteDockAsDocumentCommand()

protected override bool CanExecuteDockAsDocumentCommand()

Returns

bool

Close()

protected override void Close()

OnDescriptionChanged(DependencyPropertyChangedEventArgs)

Provides derived classes an opportunity to handle changes to the Description property.

protected virtual void OnDescriptionChanged(DependencyPropertyChangedEventArgs e)

Parameters

e DependencyPropertyChangedEventArgs

OnVisibilityChanged()

protected override void OnVisibilityChanged()

See Also