Show / Hide Table of Contents

Class Environment.UI.Toolbar.BaseButton

Inheritance
System.Object
Environment.UI.Toolbar.BarItem
Environment.UI.Toolbar.BaseButton
Environment.UI.Toolbar.Button
Environment.UI.Toolbar.ButtonSizeable
Inherited Members
Environment.UI.Toolbar.BarItem.Headless
Environment.UI.Toolbar.BarItem.Text
Environment.UI.Toolbar.BarItem.Tooltip
Environment.UI.Toolbar.BarItem.Enabled
Environment.UI.Toolbar.BarItem.Visible
Environment.UI.Toolbar.BarItem.Item
Environment.UI.Toolbar.BarItem.Tag
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public abstract class BaseButton : Environment.UI.Toolbar.BarItem

Constructors

BaseButton()

Declaration
protected BaseButton()

BaseButton(String, ImageSource)

Declaration
protected BaseButton(string text, ImageSource image)
Parameters
Type Name Description
System.String text
System.Windows.Media.ImageSource image

Properties

Image

Declaration
public abstract ImageSource Image { get; set; }
Property Value
Type Description
System.Windows.Media.ImageSource

OnClick

Declaration
public EventHandler OnClick { get; set; }
Property Value
Type Description
System.EventHandler
Back to top Generated by DocFX