C# Class Dev2.Studio.AppResources.AttachedProperties.WizardEngineAttachedProperties

Show file Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
DontOpenWizardProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetDontOpenWizard ( DependencyObject obj ) : bool
SetDontOpenWizard ( DependencyObject obj, bool value ) : void

Method Details

GetDontOpenWizard() public static method

public static GetDontOpenWizard ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetDontOpenWizard() public static method

public static SetDontOpenWizard ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

DontOpenWizardProperty public static property

public static DependencyProperty,System.Windows DontOpenWizardProperty
return System.Windows.DependencyProperty