Class ToolWindowBase
public class ToolWindowBase : MessageWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase, IMainWindow
- Inheritance
-
ToolWindowBase
- Implements
- Inherited Members
- Extension Methods
Fields
ClickActionsProperty
public static readonly DependencyProperty ClickActionsProperty
Field Value
CurrentLinkProperty
public static readonly DependencyProperty CurrentLinkProperty
Field Value
LogoProperty
public static readonly DependencyProperty LogoProperty
Field Value
TabLinksProperty
public static readonly DependencyProperty TabLinksProperty
Field Value
Properties
ClickActions
public ObservableCollection<ClickAction> ClickActions { get; set; }
Property Value
CurrentLink
public LinkAction CurrentLink { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Logo
public ImageSource Logo { get; set; }
Property Value
TabLinks
public ObservableCollection<LinkAction> TabLinks { get; set; }