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

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Свойство Type Description
AutomationIDProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsCheckedProperty System.Windows.DependencyProperty
ToolTipProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
ActivityDesignerToggle System
CreateImage Image
OnIsCheckedPropertyChanged void

Méthodes publiques

Méthode 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

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

Method Details

Create() public static méthode

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
Résultat ActivityDesignerToggle

Create() public static méthode

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
Résultat ActivityDesignerToggle

Property Details

AutomationIDProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutomationIDProperty
Résultat System.Windows.DependencyProperty

ImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImageProperty
Résultat System.Windows.DependencyProperty

IsCheckedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsCheckedProperty
Résultat System.Windows.DependencyProperty

ToolTipProperty public_oe static_oe property

public static DependencyProperty,System.Windows ToolTipProperty
Résultat System.Windows.DependencyProperty