Table of Contents

Class CommandPropertyItem

Namespace
H.Controls.Form.PropertyItems
Assembly
H.Controls.Form.dll
public class CommandPropertyItem : ObjectPropertyItem<ICommand>, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IPropertyItem, IValueChangeable, IBindingVisibleable, IRefreshOnValueChanged, IDataErrorInfo, IDisposable
Inheritance
CommandPropertyItem
Implements
Inherited Members
Extension Methods

Constructors

CommandPropertyItem(PropertyInfo, object)

public CommandPropertyItem(PropertyInfo property, object obj)

Parameters

property PropertyInfo
obj object

Properties

CommandParameter

说明

public object CommandParameter { get; set; }

Property Value

object

HotKey

public string HotKey { get; set; }

Property Value

string