C# Class CmisSync.PollIntervalSlider

Inheritance: System.Windows.Controls.Slider
Afficher le fichier Open project: keithwharrison/Oris4Sync Class Usage Examples

Protected Properties

Свойство Type Description
Logger log4net.ILog

Private Properties

Свойство Type Description
FormatAutoToolTipContent void
FormatToolTip string

Méthodes publiques

Méthode Description
FormattedMaximum ( ) : string
FormattedMinimum ( ) : string
PollIntervalSlider ( ) : log4net

Méthodes protégées

Méthode Description
OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

Private Methods

Méthode Description
FormatAutoToolTipContent ( ) : void
FormatToolTip ( int value ) : string

Method Details

FormattedMaximum() public méthode

public FormattedMaximum ( ) : string
Résultat string

FormattedMinimum() public méthode

public FormattedMinimum ( ) : string
Résultat string

OnThumbDragDelta() protected méthode

protected OnThumbDragDelta ( System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

OnThumbDragStarted() protected méthode

protected OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
e System.Windows.Controls.Primitives.DragStartedEventArgs
Résultat void

PollIntervalSlider() public méthode

public PollIntervalSlider ( ) : log4net
Résultat log4net

Property Details

Logger protected_oe static_oe property

protected static ILog,log4net Logger
Résultat log4net.ILog