C# 클래스 Dev2.Activities.Designers2.Core.ActivityDesignerToggle

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutomationIDProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsCheckedProperty System.Windows.DependencyProperty
ToolTipProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ActivityDesignerToggle System
CreateImage Image
OnIsCheckedPropertyChanged void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ActivityDesignerToggle ( ) : System
CreateImage ( string sourceUri ) : Image
OnIsCheckedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

Create() 공개 정적인 메소드

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
리턴 ActivityDesignerToggle

Create() 공개 정적인 메소드

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
리턴 ActivityDesignerToggle

프로퍼티 상세

AutomationIDProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AutomationIDProperty
리턴 System.Windows.DependencyProperty

ImageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ImageProperty
리턴 System.Windows.DependencyProperty

IsCheckedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsCheckedProperty
리턴 System.Windows.DependencyProperty

ToolTipProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ToolTipProperty
리턴 System.Windows.DependencyProperty