AssociatedWizardProperty Class
Represents a property associated with another WizardProperty. This property associates itself with another property and marks itself as ReadOnly if the associated property value is not from that properties suggested value list.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class AssociatedWizardProperty _
Inherits WizardProperty
public class AssociatedWizardProperty : WizardProperty
public ref class AssociatedWizardProperty : public WizardProperty
public class AssociatedWizardProperty extends WizardProperty
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard.WizardProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard.AssociatedWizardProperty
See Also
AssociatedWizardProperty Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace