메소드 | 설명 | |
---|---|---|
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.
|
|
GenerateView ( IContextMenuProvider provider, object parent, |
Returns a view appropriate for this item based on the object it is inside.
|
|
KryptonContextMenuMonthCalendar ( ) : System |
Initialize a new instance of the KryptonContextMenuMonthCalendar class.
|
|
ProcessShortcut ( Keys keyData ) : bool |
Test for the provided shortcut and perform relevant action if a match is found.
|
|
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.
|
|
ToString ( ) : string |
Returns a description of the instance.
|
메소드 | 설명 | |
---|---|---|
OnDateChanged ( |
Raises when the DateChanged event.
|
|
OnSelectionEndChanged ( |
Raises when the SelectionEndChanged event.
|
|
OnSelectionStartChanged ( |
Raises when the SelectionStartChanged event.
|
public AddAnnuallyBoldedDate ( System.DateTime date ) : void | ||
date | System.DateTime | The date to be displayed in bold. |
리턴 | void |
public AddBoldedDate ( System.DateTime date ) : void | ||
date | System.DateTime | The date to be displayed in bold. |
리턴 | void |
public AddMonthlyBoldedDate ( System.DateTime date ) : void | ||
date | System.DateTime | The date to be displayed in bold. |
리턴 | void |
public GenerateView ( IContextMenuProvider provider, object parent, |
||
provider | IContextMenuProvider | Provider of context menu information. |
parent | object | Owning object reference. |
columns | Containing columns. | |
standardStyle | bool | Draw items with standard or alternate style. |
imageColumn | bool | Draw an image background for the item images. |
리턴 | ViewBase |
public KryptonContextMenuMonthCalendar ( ) : System | ||
리턴 | System |
protected OnDateChanged ( |
||
e | An DateRangeEventArgs that contains the event data. | |
리턴 | void |
protected OnSelectionEndChanged ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnSelectionStartChanged ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
public ProcessShortcut ( Keys keyData ) : bool | ||
keyData | Keys | Key data to check against shorcut definitions. |
리턴 | bool |
public SetSelectionRange ( System.DateTime start, System.DateTime end ) : void | ||
start | System.DateTime | New starting date. |
end | System.DateTime | New ending date. |
리턴 | void |