Class RibbonUICommand
Inheritance
System.Object
RibbonUICommand
Namespace: ArtOfTest.Common.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RibbonUICommand : RoutedUICommand, INotifyPropertyChanged
Constructors
RibbonUICommand(String, Type)
Declaration
public RibbonUICommand(string name, Type ownerType)
Parameters
System.String
name
|
System.Type
ownerType
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
View
Visibility
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
|
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|