BCGControlBar Pro for MFC
CBCGPAppointmentDrawStructEx

Detailed Description

The CBCGPAppointmentDrawStructEx class stores the information required to render or print an appointment (event). It also includes information about in-place edit control, which can be created and active during rendering.

See also
CBCGPAppointmentDrawStruct
+ Inheritance diagram for CBCGPAppointmentDrawStructEx:

Public Member Functions

 GetRectEditReturns the bounding rectangle of in-place edit control.
 
 GetRectEditHitTestReturns the bounding rectangle of hit area of in-place edit control.
 
 IsToolTipNeededTells whether the appointment should display a tooltip.
 
 ResetReset all parameters to initial state.
 
- Public Member Functions inherited from CBCGPAppointmentDrawStruct
 GetBorderReturns the border type.
 
 GetRectReturns the bounding rectangle of the area where the appointment should be displayed.
 
 IsVisibleReturns the visibility flag.
 
 SetBorderSets border type.
 
 SetRectSets the display area.
 
 SetVisibleSets the visibility flag.
 

Additional Inherited Members

- Public Types inherited from CBCGPAppointmentDrawStruct
enum  BCGP_APPOINTMENT_DS_BORDER
 
- Protected Attributes inherited from CBCGPAppointmentDrawStruct
 m_RectThe bounding rectangle of the display area.
 
 m_VisibleTells whether the area is visible or not.