HostPropertyAttribute is used on components to indicate the property on the component that is to be used as the parent container control in conjunction with HostComponentDesigner. More...
Public Member Functions | |
HostPropertyAttribute (string hostPropertyName) | |
Constructor creates a new HostPropertyAttribute object instance using the information supplied. More... | |
Properties | |
string | HostPropertyName [get] |
HostPropertyName gets the host property name. More... | |
HostPropertyAttribute is used on components to indicate the property on the component that is to be used as the parent container control in conjunction with HostComponentDesigner.
Definition at line 17 of file HostPropertyAttribute.cs.
Csla.Windows.HostPropertyAttribute.HostPropertyAttribute | ( | string | hostPropertyName | ) |
Constructor creates a new HostPropertyAttribute object instance using the information supplied.
hostPropertyName | The name of the host property. |
Definition at line 44 of file HostPropertyAttribute.cs.
|
get |
HostPropertyName gets the host property name.
Definition at line 31 of file HostPropertyAttribute.cs.