Inheritance
System.Object
PushButtonAttribute
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class PushButtonAttribute : PropertyAttribute
Constructors
Declaration
public PushButtonAttribute(Type pushButtonProvider, string buttonName)
Parameters
Type |
Name |
Description |
System.Type |
pushButtonProvider |
|
System.String |
buttonName |
|
Properties
Declaration
public string buttonName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Type pushButtonProvider { get; }
Property Value
Type |
Description |
System.Type |
|