C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupNumericUpDown

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

Private Properties

Свойство Type Description
CreateView ViewBase
MonitorControl void
OnControlEnter void
OnControlLeave void
OnDesignTimeContextMenu void
OnNumericUpDownGotFocus void
OnNumericUpDownKeyDown void
OnNumericUpDownKeyPress void
OnNumericUpDownKeyUp void
OnNumericUpDownLostFocus void
OnNumericUpDownPreviewKeyDown void
OnNumericUpDownValueChanged void
OnPaletteNeedPaint void
OnRibbonPaletteChanged void
ProcessCmdKey bool
ShouldSerializeShortcutKeys bool
UnmonitorControl void

Méthodes publiques

Méthode Description
Hide ( ) : void

Make the ribbon group numeric up-down hidden.

KryptonRibbonGroupNumericUpDown ( ) : System

Initialise a new instance of the KryptonRibbonGroupNumericUpDown class.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Select ( int start, int length ) : void

Selects a range of text in the control.

Show ( ) : void

Make the ribbon group numeric up-down 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.

OnKeyDown ( KeyEventArgs e ) : void

Raises the KeyDown event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnKeyUp ( KeyEventArgs e ) : void

Raises the KeyUp event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

Raises the PreviewKeyDown event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

OnValueChanged ( EventArgs e ) : void

Raises the ValueChanged event.

Private Methods

Méthode Description
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase
MonitorControl ( KryptonNumericUpDown c ) : void
OnControlEnter ( object sender, EventArgs e ) : void
OnControlLeave ( object sender, EventArgs e ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnNumericUpDownGotFocus ( object sender, EventArgs e ) : void
OnNumericUpDownKeyDown ( object sender, KeyEventArgs e ) : void
OnNumericUpDownKeyPress ( object sender, KeyPressEventArgs e ) : void
OnNumericUpDownKeyUp ( object sender, KeyEventArgs e ) : void
OnNumericUpDownLostFocus ( object sender, EventArgs e ) : void
OnNumericUpDownPreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
OnNumericUpDownValueChanged ( object sender, EventArgs e ) : void
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
OnRibbonPaletteChanged ( object sender, EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ShouldSerializeShortcutKeys ( ) : bool
UnmonitorControl ( KryptonNumericUpDown 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 numeric up-down hidden.
public Hide ( ) : void
Résultat void

KryptonRibbonGroupNumericUpDown() public méthode

Initialise a new instance of the KryptonRibbonGroupNumericUpDown class.
public KryptonRibbonGroupNumericUpDown ( ) : 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

OnKeyDown() protected méthode

Raises the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs An KeyEventArgs containing the event data.
Résultat void

OnKeyPress() protected méthode

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs An KeyPressEventArgs containing the event data.
Résultat void

OnKeyUp() protected méthode

Raises the KeyUp event.
protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs An KeyEventArgs 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

OnPreviewKeyDown() protected méthode

Raises the PreviewKeyDown event.
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs An PreviewKeyDownEventArgs 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

OnValueChanged() protected méthode

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

ResetShortcutKeys() public méthode

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
Résultat void

Select() public méthode

Selects a range of text in the control.
public Select ( int start, int length ) : void
start int The position of the first character in the current text selection within the text box.
length int The number of characters to select.
Résultat void

Show() public méthode

Make the ribbon group numeric up-down visible.
public Show ( ) : void
Résultat void