Show / Hide Table of Contents

Class Environment.UI.Toolbar.Button

Images are automatically sized to fit the contextmenu

Inheritance
System.Object
Environment.UI.Toolbar.BarItem
Environment.UI.Toolbar.BaseButton
Environment.UI.Toolbar.Button
Inherited Members
Environment.UI.Toolbar.BaseButton.OnClick
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 class Button : Environment.UI.Toolbar.BaseButton

Constructors

Button()

Declaration
public Button()

Button(String, ImageSource)

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

Properties

Image

Declaration
public override ImageSource Image { get; set; }
Property Value
Type Description
System.Windows.Media.ImageSource
Overrides
Environment.UI.Toolbar.BaseButton.Image
Back to top Generated by DocFX