C# Class Dev2.Activities.Designers2.Core.ActivityDesignerToggle

Inheritance: System.Windows.DependencyObject
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
AutomationIDProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsCheckedProperty System.Windows.DependencyProperty
ToolTipProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ActivityDesignerToggle System
CreateImage Image
OnIsCheckedPropertyChanged void

Public Methods

Method Description
Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, DependencyObject target, DependencyProperty dp, bool autoReset = false ) : ActivityDesignerToggle
Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, bool autoReset = false ) : ActivityDesignerToggle

Private Methods

Method Description
ActivityDesignerToggle ( ) : System
CreateImage ( string sourceUri ) : Image
OnIsCheckedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Create() public static method

public static Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, DependencyObject target, DependencyProperty dp, bool autoReset = false ) : ActivityDesignerToggle
collapseImageSourceUri string
collapseToolTip string
expandImageSourceUri string
expandToolTip string
automationID string
target System.Windows.DependencyObject
dp System.Windows.DependencyProperty
autoReset bool
return ActivityDesignerToggle

Create() public static method

public static Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, bool autoReset = false ) : ActivityDesignerToggle
collapseImageSourceUri string
collapseToolTip string
expandImageSourceUri string
expandToolTip string
automationID string
autoReset bool
return ActivityDesignerToggle

Property Details

AutomationIDProperty public_oe static_oe property

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

ImageProperty public_oe static_oe property

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

IsCheckedProperty public_oe static_oe property

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

ToolTipProperty public_oe static_oe property

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