Method | Description | |
---|---|---|
AddAnnuallyBoldedDate ( System.DateTime date ) : void |
Adds a day that is displayed in bold on an annual basis in the month calendar.
|
|
AddBoldedDate ( System.DateTime date ) : void |
Adds a day to be displayed in bold in the month calendar.
|
|
AddMonthlyBoldedDate ( System.DateTime date ) : void |
Adds a day that is displayed in bold on a monthly basis in the month calendar.
|
|
GetRenderer ( ) : IRenderer |
Get the renderer.
|
|
KryptonMonthCalendar ( ) : System |
Initialize a new instance of the KryptonMonthCalendar class.
|
|
RemoveAllAnnuallyBoldedDates ( ) : void |
Removes all the annually bold dates.
|
|
RemoveAllBoldedDates ( ) : void |
Removes all the nonrecurring bold dates.
|
|
RemoveAllMonthlyBoldedDates ( ) : void |
Removes all the monthly bold dates.
|
|
SetSelectionRange ( System.DateTime start, System.DateTime end ) : void |
Set the selection range.
|
Method | Description | |
---|---|---|
IsInputChar ( char charCode ) : bool |
Determines if a character is an input character that the control recognizes.
|
|
IsInputKey ( Keys keyData ) : bool |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
|
|
OnBackColorChanged ( |
Raises the BackColorChanged event.
|
|
OnBackgroundImageChanged ( |
Raises the BackgroundImageChanged event.
|
|
OnBackgroundImageLayoutChanged ( |
Raises the BackgroundImageLayoutChanged event.
|
|
OnButtonSpecChanged ( object sender, |
Processes a notification from palette storage of a button spec change.
|
|
OnClick ( |
Raises the Click event.
|
|
OnDateChanged ( |
Raises when the DateChanged event.
|
|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnFontChanged ( |
Raises the FontChanged event.
|
|
OnForeColorChanged ( |
Raises the ForeColorChanged event.
|
|
OnGotFocus ( |
Raises when the GotFocus event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnLostFocus ( |
Raises when the LostFocus event.
|
|
OnPaddingChanged ( |
Raises the PaddingChanged event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
OnSelectionEndChanged ( |
Raises when the SelectionEndChanged event.
|
|
OnSelectionStartChanged ( |
Raises when the SelectionStartChanged event.
|
|
OnTextChanged ( |
Raises the TextChanged event.
|
|
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
Performs the work of setting the specified bounds of this control.
|
public AddAnnuallyBoldedDate ( System.DateTime date ) : void | ||
date | System.DateTime | The date to be displayed in bold. |
return | void |
public AddBoldedDate ( System.DateTime date ) : void | ||
date | System.DateTime | The date to be displayed in bold. |
return | void |
public AddMonthlyBoldedDate ( System.DateTime date ) : void | ||
date | System.DateTime | The date to be displayed in bold. |
return | void |
protected IsInputChar ( char charCode ) : bool | ||
charCode | char | The character to test. |
return | bool |
protected IsInputKey ( Keys keyData ) : bool | ||
keyData | Keys | One of the Keys values. |
return | bool |
protected OnBackColorChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnBackgroundImageChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnBackgroundImageLayoutChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnButtonSpecChanged ( object sender, |
||
sender | object | Source of notification. |
e | An EventArgs containing event data. | |
return | void |
protected OnClick ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnDateChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnDoubleClick ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnFontChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnForeColorChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnKeyDown ( |
||
e | A KeyEventArgs that contains the event data. | |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs that contains the event data. |
return | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnPaddingChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | An PaintEventArgs that contains the event data. |
return | void |
protected OnSelectionEndChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnSelectionStartChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnTextChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
public RemoveAllAnnuallyBoldedDates ( ) : void | ||
return | void |
public RemoveAllMonthlyBoldedDates ( ) : void | ||
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 Top 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 |
public SetSelectionRange ( System.DateTime start, System.DateTime end ) : void | ||
start | System.DateTime | New starting date. |
end | System.DateTime | New ending date. |
return | void |