Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnKeyUp ( |
Raises the KeyUp event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnPreviewKeyDown ( |
Raises the PreviewKeyDown event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
|
OnValueChanged ( |
Raises the ValueChanged event.
|
Метод | Описание | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
MonitorControl ( KryptonNumericUpDown c ) : void | ||
OnControlEnter ( object sender, |
||
OnControlLeave ( object sender, |
||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnNumericUpDownGotFocus ( object sender, |
||
OnNumericUpDownKeyDown ( object sender, |
||
OnNumericUpDownKeyPress ( object sender, |
||
OnNumericUpDownKeyUp ( object sender, |
||
OnNumericUpDownLostFocus ( object sender, |
||
OnNumericUpDownPreviewKeyDown ( object sender, |
||
OnNumericUpDownValueChanged ( object sender, |
||
OnPaletteNeedPaint ( object sender, |
||
OnRibbonPaletteChanged ( object sender, |
||
ProcessCmdKey ( |
||
ShouldSerializeShortcutKeys ( ) : bool | ||
UnmonitorControl ( KryptonNumericUpDown c ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public KryptonRibbonGroupNumericUpDown ( ) : System | ||
Результат | System |
protected OnGotFocus ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnKeyDown ( |
||
e | An KeyEventArgs containing the event data. | |
Результат | void |
protected OnKeyPress ( |
||
e | An KeyPressEventArgs containing the event data. | |
Результат | void |
protected OnKeyUp ( |
||
e | An KeyEventArgs containing the event data. | |
Результат | void |
protected OnLostFocus ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnPreviewKeyDown ( |
||
e | An PreviewKeyDownEventArgs containing the event data. | |
Результат | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
Результат | void |
protected OnValueChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
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. |
Результат | void |