AddCustomCaptionButton(UINT nCmdID, HICON hIcon, BOOL bAutoDestroyIcon=TRUE) | CBCGPPropertySheet | inline |
AddGroup(LPCTSTR lpszGroup) | CBCGPPropertySheet | |
AddPage(CPropertyPage *pPage) | CBCGPPropertySheet | |
AddPageToTree(CBCGPPropSheetCategory *pCategory, CBCGPPropertyPage *pPage, int nIconNum=-1, int nSelIconNum=-1) | CBCGPPropertySheet | |
AddTreeCategory(LPCTSTR lpszLabel, int nIconNum=-1, int nSelectedIconNum=-1, const CBCGPPropSheetCategory *pParentCategory=NULL) | CBCGPPropertySheet | |
BCGPANIMATION_AccelerateDecelerate enum value | CBCGPAnimationManager | |
BCGPANIMATION_Cubic enum value | CBCGPAnimationManager | |
BCGPANIMATION_Legacy enum value | CBCGPAnimationManager | |
BCGPANIMATION_Linear enum value | CBCGPAnimationManager | |
BCGPANIMATION_ParabolicFromAcceleration enum value | CBCGPAnimationManager | |
BCGPANIMATION_SmoothStop enum value | CBCGPAnimationManager | |
BCGPAnimationType enum name | CBCGPAnimationManager | |
BCGPPageTransitionAppear enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionEffect enum name | CBCGPPageTransitionManager | |
BCGPPageTransitionFade enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionNone enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionPop enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionSimpleSlide enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionSimpleSlideVertical enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionSlide enum value | CBCGPPageTransitionManager | |
BCGPPageTransitionSlideVertical enum value | CBCGPPageTransitionManager | |
CBCGPAnimationManager() | CBCGPAnimationManager | |
CBCGPPropertySheet(UINT nIDCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | CBCGPPropertySheet | |
CBCGPPropertySheet(LPCTSTR pszCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | CBCGPPropertySheet | |
EnableCustomCaptionButton(UINT nCmdID, BOOL bEnable=TRUE) | CBCGPPropertySheet | inline |
EnableDragClientArea(BOOL bEnable=TRUE) | CBCGPPropertySheet | |
EnableLayout(BOOL bEnable=TRUE, CRuntimeClass *pRTC=NULL, BOOL bResizeBox=FALSE, BOOL bLoadMFCResourceLayout=FALSE) | CBCGPPropertySheet | |
EnableLoadWindowPlacement(BOOL bEnable=TRUE, LPCTSTR szWindowPlacementProfile=NULL) | CBCGPPropertySheet | inline |
EnablePageHeader(int nHeaderHeight, BOOL bDrawHeaderOnAeroCaption=FALSE, BOOL bExtendHeaderToAeroBackButton=FALSE) | CBCGPPropertySheet | |
EnablePageSwipeGesture(BOOL bEnable=TRUE) | CBCGPPropertySheet | inline |
EnablePageTransitionEffect(CBCGPPageTransitionManager::BCGPPageTransitionEffect effect, int nTime=300, BCGPAnimationType animationType=BCGPANIMATION_AccelerateDecelerate, CBCGPAnimationManagerOptions *pAnimationOptions=NULL, BOOL bIsFirstPageTransition=FALSE) | CBCGPPropertySheet | |
EnableTabsScrolling(BOOL bEnable=TRUE) | CBCGPPropertySheet | |
EnableVisualManagerStyle(BOOL bEnable=TRUE, BOOL bNCArea=FALSE) | CBCGPPropertySheet | |
GetAnimatedValue() const | CBCGPAnimationManager | inline |
GetAnimationDuration() const | CBCGPAnimationManager | inline |
GetAnimationOptions() const | CBCGPPageTransitionManager | inline |
GetAnimationType() const | CBCGPPageTransitionManager | inline |
GetHeaderHeight() const | CBCGPPropertySheet | inline |
GetLastAnimationError() const | CBCGPAnimationManager | inline |
GetLayout() | CBCGPPropertySheet | inline |
GetLook() const | CBCGPPropertySheet | inline |
GetPageTransitionEffect() const | CBCGPPageTransitionManager | inline |
IsAnimated() const | CBCGPAnimationManager | inline |
IsAnimationSupportedByOS() | CBCGPAnimationManager | static |
IsAutoPrepareComboListStyles() const | CBCGPPropertySheet | virtual |
IsControlsDefaultDlgBackground() const | CBCGPPropertySheet | inline |
IsCustomCaptionButtonEnabled(UINT nCmdID) const | CBCGPPropertySheet | inline |
IsDragClientAreaEnabled() const | CBCGPPropertySheet | inline |
IsKeepFocusedControlOnResize() const | CBCGPPropertySheet | inline |
IsLayoutEnabled() const | CBCGPPropertySheet | inline |
IsMFCResourceLayout() const | CBCGPPropertySheet | inline |
IsPageSwipeGestureEnabled() const | CBCGPPropertySheet | inline |
IsPageTransitionAvailable() const | CBCGPPropertySheet | inline |
IsPageTransitionReversedOrder(int nCurrPage, int nNewPage) const | CBCGPPropertySheet | inlinevirtual |
IsVisualManagerNCArea() const | CBCGPPropertySheet | inline |
IsVisualManagerStyle() const | CBCGPPropertySheet | inline |
IsWsCaptionStyle() const | CBCGPPropertySheet | virtual |
OnAnimationIdle() | CBCGPAnimationManager | inlineprotectedvirtual |
OnDrawPageHeader(CDC *pDC, int nPage, CRect rectHeader) | CBCGPPropertySheet | virtual |
OnDrawPageNotificationBadge(CDC *pDC, CRect rect, int nIndex, int nNumber, COLORREF color) | CBCGPPropertySheet | virtual |
OnGetPageNotificationBadgeSize(int nIndex, int nNumber, const CSize &sizeDefault) const | CBCGPPropertySheet | inlinevirtual |
OnRemoveTreePage(CPropertyPage *pPage) | CBCGPPropertySheet | virtual |
PropSheetLook enum name | CBCGPPropertySheet | |
PropSheetLook_AeroWizard enum value | CBCGPPropertySheet | |
PropSheetLook_List enum value | CBCGPPropertySheet | |
PropSheetLook_OneNoteTabs enum value | CBCGPPropertySheet | |
PropSheetLook_OutlookBar enum value | CBCGPPropertySheet | |
PropSheetLook_Pointer enum value | CBCGPPropertySheet | |
PropSheetLook_Slider enum value | CBCGPPropertySheet | |
PropSheetLook_Tabs enum value | CBCGPPropertySheet | |
PropSheetLook_Tree enum value | CBCGPPropertySheet | |
PropSheetLook_Underline enum value | CBCGPPropertySheet | |
PropSheetLook_Wizard enum value | CBCGPPropertySheet | |
RemoveAllCustomCaptionButtons() | CBCGPPropertySheet | inline |
RemoveCategory(CBCGPPropSheetCategory *pCategory) | CBCGPPropertySheet | |
RemovePage(CPropertyPage *pPage) | CBCGPPropertySheet | |
RemovePage(int nPage) | CBCGPPropertySheet | |
RenamePage(CPropertyPage *pPage, const CString &strPageName) | CBCGPPropertySheet | |
RenamePage(int nPage, const CString &strPageName) | CBCGPPropertySheet | |
SetActivePageWithEffects(int nPage) | CBCGPPropertySheet | virtual |
SetControlsDefaultDlgBackground(BOOL bSet=TRUE) | CBCGPPropertySheet | |
SetIconsList(UINT uiImageListResID, int cx, COLORREF clrTransparent=RGB(255, 0, 255), BOOL bIsDPIScale=FALSE) | CBCGPPropertySheet | |
SetIconsList(HIMAGELIST hIcons, BOOL bIsDPIScale=FALSE) | CBCGPPropertySheet | |
SetKeepFocusedControlOnResize(BOOL bSet=TRUE) | CBCGPPropertySheet | inline |
SetLook(PropSheetLook look, int nNavControlWidth=100, BOOL bGlassEffect=TRUE, BOOL bSimplifiedBackIcon=TRUE) | CBCGPPropertySheet | |
SetPageTransitionEffect(BCGPPageTransitionEffect effect, int nAnimationTime=300, BCGPAnimationType animationType=BCGPANIMATION_SmoothStop, CBCGPAnimationManagerOptions *pAnimationOptions=NULL, BOOL bIsFirstPageTransition=FALSE) | CBCGPPageTransitionManager | inline |
StartAnimation(double dblStartValue, double dblFinalValue, double dblDurationInSeconds, BCGPAnimationType type, CBCGPAnimationManagerOptions *pOptions=NULL, double dblDelayInSeconds=0.0) | CBCGPAnimationManager | |
StartFlashAnimation(double dblPeriodInSeconds) | CBCGPAnimationManager | |
StartPageTransition(HWND hwdHost, const CArray< HWND, HWND > &arPages, BOOL bReverseOrder=FALSE, const CSize &szPageOffset=CSize(0, 0), const CSize &szPageMax=CSize(0, 0)) | CBCGPPageTransitionManager | |
StartPageTransition(HWND hwdHost, HWND hwndPageFrom, HWND hwndPageTo, BOOL bReverseOrder=FALSE, const CSize &szPageOffset=CSize(0, 0), const CSize &szPageMax=CSize(0, 0)) | CBCGPPageTransitionManager | |
StopAnimation(BOOL bNotify=TRUE) | CBCGPAnimationManager | |
StopPageTransition(BOOL bNotify=TRUE) | CBCGPPageTransitionManager | |