C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTrackBar

Inheritance: KryptonRibbonGroupItem
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Private Properties

Свойство Type Description
CreateView ViewBase
MonitorControl void
OnControlEnter void
OnControlLeave void
OnDesignTimeContextMenu void
OnPaletteNeedPaint void
OnRibbonPaletteChanged void
OnTrackBarGotFocus void
OnTrackBarLostFocus void
OnTrackBarValueChanged void
ProcessCmdKey bool
UnmonitorControl void

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon group track bar hidden.

KryptonRibbonGroupTrackBar ( ) : System

Initialise a new instance of the KryptonRibbonGroupTrackBar class.

SetRange ( int minValue, int maxValue ) : void

Sets the minimum and maximum values for a TrackBar.

Show ( ) : void

Make the ribbon group track bar visible.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Private Methods

Méthode Description
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
MonitorControl ( KryptonTrackBar c ) : void
OnControlEnter ( object sender, EventArgs e ) : void
OnControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
OnRibbonPaletteChanged ( object sender, EventArgs e ) : void
OnTrackBarGotFocus ( object sender, EventArgs e ) : void
OnTrackBarLostFocus ( object sender, EventArgs e ) : void
OnTrackBarValueChanged ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
UnmonitorControl ( KryptonTrackBar c ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Hide() public méthode

Make the ribbon group track bar hidden.
public Hide ( ) : void
Résultat void

KryptonRibbonGroupTrackBar() public méthode

Initialise a new instance of the KryptonRibbonGroupTrackBar class.
public KryptonRibbonGroupTrackBar ( ) : System
Résultat System

OnGotFocus() protected méthode

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnLostFocus() protected méthode

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnPropertyChanged() protected méthode

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
Résultat void

SetRange() public méthode

Sets the minimum and maximum values for a TrackBar.
public SetRange ( int minValue, int maxValue ) : void
minValue int The lower limit of the range of the track bar.
maxValue int The upper limit of the range of the track bar.
Résultat void

Show() public méthode

Make the ribbon group track bar visible.
public Show ( ) : void
Résultat void