Table of Contents

Class OfficeWindowBase

Namespace
HeBianGu.Window.Link
Assembly
HeBianGu.Window.Link.dll
public class OfficeWindowBase : MessageWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IMainWindow
Inheritance
OfficeWindowBase
Implements
Inherited Members
Extension Methods

Constructors

public OfficeWindowBase()

Fields

public static readonly DependencyProperty CurrentLinkProperty

Field Value

DependencyProperty
public static readonly DependencyProperty IsShowLinkProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LeftMenuStyleProperty

Field Value

DependencyProperty
public static readonly DependencyProperty LinkActionsProperty

Field Value

DependencyProperty
public static readonly DependencyProperty TabProperty

Field Value

DependencyProperty

Properties

public IAction CurrentLink { get; set; }

Property Value

IAction
public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

显示文件

public bool IsShowLink { get; set; }

Property Value

bool
public Style LeftMenuStyle { get; set; }

Property Value

Style
public ObservableCollection<IAction> LinkActions { get; set; }

Property Value

ObservableCollection<IAction>
public ControlTemplate Tab { get; set; }

Property Value

ControlTemplate