Свойство | Type | Description | |
---|---|---|---|
AddActiveRect | void | ||
AddActiveRect | void | ||
DrawDayValue | void | ||
FindActiveRectByPoint | ActRect | ||
FindActiveRectByTag | ActRect | ||
GetVisibleButtonCount | int | ||
OnDrawBody | void | ||
OnDrawBorder | void | ||
OnDrawFooter | void | ||
OnDrawFooterButtons | void | ||
OnDrawHeader | void | ||
OnDrawMonthHeader | void | ||
OnDrawYearHeader | void | ||
OnEnterPressed | void | ||
OnInternalMouseClick | void | ||
OnInternalMouseDown | void | ||
OnLocalizerChanged | void | ||
OnRecalculateRequired | void | ||
OnRectangleClick | void | ||
OnSelectionClick | void | ||
OnSelectionCollectionChanged | void | ||
RecalculateSelectionDown | void | ||
RecalculateSelectionLeft | void | ||
RecalculateSelectionRight | void | ||
RecalculateSelectionUp | void | ||
ResetActiveRectanglesState | void | ||
ResetAllRectangleStates | void | ||
ResetFocusedRectangleState | void | ||
ResetSelectedRectangleState | void | ||
SetFocusOnNextControl | void | ||
SetFocusOnPrevControl | void |
Méthode | Description | |
---|---|---|
FAMonthView ( ) : System |
Creates a new instance of FAMonthView for normal mode usage.
|
|
FAMonthView ( bool popupMode ) : System |
Creates a new instance of FAMonthView class. Initiated control could be uses in PopupMode or Normal mode, depending on the use.
|
|
HitTest ( Point location ) : FocusedPart |
Returns the part of the control that is tested.
|
|
ScrollDaysDown ( ) : void |
Scrolls days in the view to the Down.
|
|
ScrollDaysLeft ( ) : void |
Scrolls days in the view to the Left.
|
|
ScrollDaysRight ( ) : void |
Scrolls days in the view to the Right.
|
|
ScrollDaysUp ( ) : void |
Scrolls days in the view to the Up.
|
|
SetNoneDay ( ) : void |
Clears the selection of the control. Also clears any selected date in MultiSelect mode.
|
|
SetTodayDay ( ) : void |
Sets the selection value to Today.
|
|
ShouldSerializeAnchor ( ) : bool |
Determines to serialize Anchor property or not
|
|
ShouldSerializeSelectedDateRange ( ) : bool |
Determines to serialize SelectedDateRange property or not.
|
|
ShouldSerializeSize ( ) : bool |
Determines to serialize Size property or not.
|
|
ToNextMonth ( ) : void |
Changes the Month value to the Next Month.
|
|
ToNextYear ( ) : void |
Changes the Year value to the Next Year.
|
|
ToPrevMonth ( ) : void |
Changes the Month value to the Previous Month.
|
|
ToPrevYear ( ) : void |
Changes the Year value to the Previous Year.
|
Méthode | Description | |
---|---|---|
OnButtonClicked ( CalendarButtonClickedEventArgs e ) : void | ||
OnDoubleClick ( EventArgs e ) : void | ||
OnDrawCurrentDay ( CustomDrawDayEventArgs e ) : void | ||
OnGotFocus ( EventArgs e ) : void | ||
OnKeyDown ( KeyEventArgs e ) : void | ||
OnLostFocus ( EventArgs e ) : void | ||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseEnter ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void | ||
OnResize ( EventArgs e ) : void |
Executed when control is resized.
|
|
OnSelectedDateRangeChanged ( SelectedDateRangeChangedEventArgs e ) : void | ||
OnSelectedDateTimeChanged ( EventArgs e ) : void |
Méthode | Description | |
---|---|---|
AddActiveRect ( |
||
AddActiveRect ( |
||
DrawDayValue ( Graphics g, int day, Rectangle rcHead ) : void | ||
FindActiveRectByPoint ( Point pnt ) : ActRect | ||
FindActiveRectByTag ( object tag ) : ActRect | ||
GetVisibleButtonCount ( ) : int | ||
OnDrawBody ( PaintEventArgs pevent ) : void | ||
OnDrawBorder ( PaintEventArgs e ) : void | ||
OnDrawFooter ( PaintEventArgs pevent ) : void | ||
OnDrawFooterButtons ( PaintEventArgs pevent ) : void | ||
OnDrawHeader ( PaintEventArgs pevent ) : void | ||
OnDrawMonthHeader ( PaintEventArgs pevent ) : void | ||
OnDrawYearHeader ( PaintEventArgs pevent ) : void | ||
OnEnterPressed ( ) : void | ||
OnInternalMouseClick ( Point location ) : void | ||
OnInternalMouseDown ( Point mousePoint ) : void | ||
OnLocalizerChanged ( object sender, EventArgs e ) : void | ||
OnRecalculateRequired ( ) : void | ||
OnRectangleClick ( ActRect rc ) : void | ||
OnSelectionClick ( ActRect rc ) : void | ||
OnSelectionCollectionChanged ( object sender, CollectionChangedEventArgs e ) : void | ||
RecalculateSelectionDown ( ) : void | ||
RecalculateSelectionLeft ( ) : void | ||
RecalculateSelectionRight ( ) : void | ||
RecalculateSelectionUp ( ) : void | ||
ResetActiveRectanglesState ( ) : void | ||
ResetAllRectangleStates ( ) : void | ||
ResetFocusedRectangleState ( ) : void | ||
ResetSelectedRectangleState ( ) : void | ||
SetFocusOnNextControl ( ) : void | ||
SetFocusOnPrevControl ( ) : void |
public FAMonthView ( bool popupMode ) : System | ||
popupMode | bool | |
Résultat | System |
public HitTest ( Point location ) : FocusedPart | ||
location | Point | |
Résultat | FocusedPart |
protected OnButtonClicked ( CalendarButtonClickedEventArgs e ) : void | ||
e | CalendarButtonClickedEventArgs | |
Résultat | void |
protected OnDoubleClick ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnDrawCurrentDay ( CustomDrawDayEventArgs e ) : void | ||
e | CustomDrawDayEventArgs | |
Résultat | void |
protected OnGotFocus ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
Résultat | void |
protected OnLostFocus ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
Résultat | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
Résultat | void |
protected OnSelectedDateRangeChanged ( SelectedDateRangeChangedEventArgs e ) : void | ||
e | SelectedDateRangeChangedEventArgs | |
Résultat | void |
protected OnSelectedDateTimeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
public ShouldSerializeSelectedDateRange ( ) : bool | ||
Résultat | bool |