C# 클래스 CmisSync.PollIntervalSlider

상속: System.Windows.Controls.Slider
파일 보기 프로젝트 열기: keithwharrison/Oris4Sync 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog

Private Properties

프로퍼티 타입 설명
FormatAutoToolTipContent void
FormatToolTip string

공개 메소드들

메소드 설명
FormattedMaximum ( ) : string
FormattedMinimum ( ) : string
PollIntervalSlider ( ) : log4net

보호된 메소드들

메소드 설명
OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

비공개 메소드들

메소드 설명
FormatAutoToolTipContent ( ) : void
FormatToolTip ( int value ) : string

메소드 상세

FormattedMaximum() 공개 메소드

public FormattedMaximum ( ) : string
리턴 string

FormattedMinimum() 공개 메소드

public FormattedMinimum ( ) : string
리턴 string

OnThumbDragDelta() 보호된 메소드

protected OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
e System.Windows.Controls.Primitives.DragDeltaEventArgs
리턴 void

OnThumbDragStarted() 보호된 메소드

protected OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
e System.Windows.Controls.Primitives.DragStartedEventArgs
리턴 void

PollIntervalSlider() 공개 메소드

public PollIntervalSlider ( ) : log4net
리턴 log4net

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net Logger
리턴 log4net.ILog