Class OfficeWindowBase
public class OfficeWindowBase : MessageWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IMainWindow
- Inheritance
-
OfficeWindowBase
- Implements
- Inherited Members
- Extension Methods
Constructors
OfficeWindowBase()
public OfficeWindowBase()
Fields
CurrentLinkProperty
public static readonly DependencyProperty CurrentLinkProperty
Field Value
IsShowLinkProperty
public static readonly DependencyProperty IsShowLinkProperty
Field Value
LeftMenuStyleProperty
public static readonly DependencyProperty LeftMenuStyleProperty
Field Value
LinkActionsProperty
public static readonly DependencyProperty LinkActionsProperty
Field Value
TabProperty
public static readonly DependencyProperty TabProperty
Field Value
Properties
CurrentLink
public IAction CurrentLink { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsShowLink
显示文件
public bool IsShowLink { get; set; }
Property Value
LeftMenuStyle
public Style LeftMenuStyle { get; set; }
Property Value
LinkActions
public ObservableCollection<IAction> LinkActions { get; set; }
Property Value
Tab
public ControlTemplate Tab { get; set; }