Method | Description | |
---|---|---|
IsInputKey ( Keys key ) : bool |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
|
|
OnBackColorChanged ( |
Raises the BackColorChanged event.
|
|
OnCursorChanged ( |
Raises the CursorChanged event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnEnter ( |
Raises the Enter event.
|
|
OnFontChanged ( |
Raises the FontChanged event.
|
|
OnForeColorChanged ( |
Raises the ForeColorChanged event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnHandleCreated ( |
Raises the HandleCreated event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnLeave ( |
Raises the Leave event.
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event.
|
|
OnMouseWheel ( MouseEventArgs e ) : void |
Raises the MouseWheel event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
OnReadOnlyChanged ( |
Raises the ReadOnlyChanged event.
|
|
OnSystemColorsChanged ( |
Raises the SystemColorsChanged event.
|
|
OnValidating ( CancelEventArgs e ) : void |
Raises the Validating event.
|
|
OnValueChanged ( |
Raises the OnValueChanged event.
|
|
PickerBase ( |
Constructor
|
|
ProcessDialogKey ( Keys key ) : bool |
Processes a dialog key.
|
|
ScaleCore ( float dx, float dy ) : void |
Performs the work of scaling the entire control and any child controls.
|
|
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
Performs the work of setting the specified bounds of this control.
|
Method | Description | |
---|---|---|
AdjustHeight ( ) : void | ||
CanTextEditable ( ) : bool | ||
CommitList ( ) : void | ||
CommitText ( string text ) : bool | ||
CommitValue ( object value ) : bool | ||
DoDropDown ( ) : void | ||
GetValueAsText ( object value ) : string | ||
GetValueList ( ) : object[] | ||
IsDropDown ( ) : bool | ||
IsEnumerable ( ) : bool | ||
LayoutControls ( ) : void | ||
PaintBorder ( |
||
ProcessEditorKey ( Keys key ) : bool | ||
SelectEnumerableValue ( bool next ) : void | ||
SetValue ( object value ) : void | ||
UpdateTextWithValue ( ) : bool | ||
pickerButton_MouseDown ( object sender, MouseEventArgs e ) : void | ||
pickerButton_MouseUp ( object sender, MouseEventArgs e ) : void | ||
pickerListBox_MouseUp ( object sender, MouseEventArgs e ) : void | ||
pickerListBox_SelectedIndexChanged ( object sender, |
||
pickerTextBox_GotFocus ( object sender, |
||
pickerTextBox_KeyDown ( object sender, |
||
pickerTextBox_KeyPress ( object sender, |
||
pickerTextBox_KeyUp ( object sender, |
||
pickerTextBox_LostFocus ( object sender, |
||
pickerTextBox_TextChanged ( object sender, |
||
pickerTextBox_Validated ( object sender, |
||
pickerTextBox_Validating ( object sender, CancelEventArgs e ) : void | ||
pickerValueBox_MouseDown ( object sender, MouseEventArgs e ) : void |
protected IsInputKey ( Keys key ) : bool | ||
key | Keys | One of the Keys values. |
return | bool |
protected OnBackColorChanged ( |
||
e | The event data. | |
return | void |
protected OnCursorChanged ( |
||
e | The event data. | |
return | void |
protected OnEnabledChanged ( |
||
e | The event data. | |
return | void |
protected OnEnter ( |
||
e | The event data. | |
return | void |
protected OnFontChanged ( |
||
e | The event data. | |
return | void |
protected OnForeColorChanged ( |
||
e | The event data. | |
return | void |
protected OnGotFocus ( |
||
e | The event data. | |
return | void |
protected OnHandleCreated ( |
||
e | The event data. | |
return | void |
protected OnKeyDown ( |
||
e | The event data. | |
return | void |
protected OnKeyPress ( |
||
e | The event data. | |
return | void |
protected OnLeave ( |
||
e | The event data. | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | The event data. |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | The event data. |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | The event data. |
return | void |
protected OnReadOnlyChanged ( |
||
e | The event data. | |
return | void |
protected OnSystemColorsChanged ( |
||
e | The event data. | |
return | void |
protected OnValidating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | The event data. |
return | void |
protected OnValueChanged ( |
||
e | The event data. | |
return | void |
protected PickerBase ( |
||
type | The Type of object that can be edited by this control. | |
return | System |
protected ProcessDialogKey ( Keys key ) : bool | ||
key | Keys | One of the Keys values that represents the key to process. |
return | bool |
protected ScaleCore ( float dx, float dy ) : void | ||
dx | float | The ratio by which to scale the control horizontally. |
dy | float | The ratio by which to scale the control vertically. |
return | void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | The new Left property value of the control. |
y | int | The new Right property value of the control. |
width | int | The new Width property value of the control. |
height | int | The new Height property value of the control. |
specified | BoundsSpecified | A bitwise combination of the BoundsSpecified values. |
return | void |