Свойство | 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é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éthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
Méthode | Description | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
MonitorControl ( |
||
OnControlEnter ( object sender, |
||
OnControlLeave ( object sender, |
||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnPaletteNeedPaint ( object sender, |
||
OnRibbonPaletteChanged ( object sender, |
||
OnTrackBarGotFocus ( object sender, |
||
OnTrackBarLostFocus ( object sender, |
||
OnTrackBarValueChanged ( object sender, |
||
ProcessCmdKey ( |
||
UnmonitorControl ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public KryptonRibbonGroupTrackBar ( ) : System | ||
Résultat | System |
protected OnGotFocus ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnLostFocus ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
Résultat | void |
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 |