UIX_NotifyCodes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 93: Line 93:
 
     UIX_Notify_RangeChanged                          = 207,
 
     UIX_Notify_RangeChanged                          = 207,
 
     UIX_Notify_PropSheetPage_Disable                  = 208,
 
     UIX_Notify_PropSheetPage_Disable                  = 208,
    UIX_Notify_InsertPosChanged                      = 209,
+
     _UIX_Notify_End_                                  = 209,
     _UIX_Notify_End_                                  = 210,
+
 
};
 
};
 
</pre>
 
</pre>
Line 262: Line 261:
 
:The ...
 
:The ...
 
;UIX_Notify_PropSheetPage_Disable
 
;UIX_Notify_PropSheetPage_Disable
:The ...
 
;UIX_Notify_InsertPosChanged
 
 
:The ...
 
:The ...
 
;_UIX_Notify_End_
 
;_UIX_Notify_End_
 
:The ...
 
:The ...

Revision as of 02:50, 21 September 2020


Specifies the ...

Syntax

enum UIX_NotifyCodes
{
    _UIX_Notify_Base_First_                           = 0,
    UIX_Notify_Click                                  = 1,
    UIX_Notify_DblClick                               = 2,
    UIX_Notify_Clicked                                = 3,
    UIX_Notify_DblClicked                             = 4,
    UIX_Notify_Changed                                = 5,
    UIX_Notify_SelChanged                             = 6,
    UIX_Notify_SelChanging                            = 7,
    UIX_Notify_InputFocusChanged                      = 8,
    UIX_Notify_BeforeShowPopup                        = 9,
    UIX_Notify_PopupShowed                            = 10,
    UIX_Notify_BeforeHidePopup                        = 11,
    UIX_Notify_PopupClosed                            = 12,
    UIX_Notify_KeyDown                                = 13,
    UIX_Notify_Char                                   = 14,
    UIX_Notify_KeyUp                                  = 15,
    UIX_Notify_SysKeyDown                             = 16,
    UIX_Notify_SysKeyUp                               = 17,
    UIX_Notify_MouseWheel                             = 18,
    UIX_Notify_Commit                                 = 19,
    UIX_Notify_Update                                 = 20,
    UIX_Notify_ItemToggled                            = 21,
    UIX_Notify_ItemChecked                            = 22,
    UIX_Notify_ContextMenu                            = 23,
    UIX_Notify_BeginTrack                             = 24,
    UIX_Notify_EndTrack                               = 25,
    UIX_Notify_HotItemChanged                         = 26,
    UIX_Notify_ScrollChanged                          = 27,
    UIX_Notify_MouseEnter                             = 28,
    UIX_Notify_MouseExit                              = 29,
    UIX_Notify_PropSheetPage_Validate                 = 30,
    UIX_Notify_PropSheetPage_BeforeDeactivate         = 31,
    UIX_Notify_PropSheetPage_Activated                = 32,
    UIX_Notify_PropSheetPage_Apply                    = 33,
    UIX_Notify_ComboEdit_Changed                      = 34,
    UIX_Notify_ComboEdit_SelChanged                   = 35,
    UIX_Notify_ComboEdit_SelChanging                  = 36,
    UIX_Notify_ExecCmd                                = 37,
    UIX_Notify_CmdLine_Minimized                      = 38,
    UIX_Notify_CmdLine_Expanded                       = 39,
    UIX_Notify_CmdPane_Minimized                      = 40,
    UIX_Notify_CmdPane_Expanded                       = 41,
    UIX_Notify_MenuItemClicked                        = 42,
    UIX_Notify_CmdBar_Expanded                        = 43,
    UIX_Notify_CmdBar_Minimized                       = 44,
    UIX_Notify_RibbonExpanded                         = 45,
    UIX_Notify_RibbonMinimized                        = 46,
    UIX_Notify_RibbonTabActivated                     = 47,
    UIX_Notify_AppMenuVisibilityChanged               = 48,
    UIX_Notify_RClick                                 = 98,
    UIX_Notify_RClicked                               = 99,
    _UIX_Notify_Base_Last_                            = 100,
    _UIX_Notify_Layout_First_                         = 101,
    UIX_Notify_Layout_ItemActivated                   = 102,
    UIX_Notify_Layout_BeforeHideItem                  = 103,
    UIX_Notify_Layout_ItemHidden                      = 104,
    UIX_Notify_Layout_AddNewTabs                      = 105,
    UIX_Notify_Layout_ShowSortedTabs                  = 106,
    UIX_Notify_Layout_ShowTabsThumbs                  = 107,
    UIX_Notify_Layout_ShowContextMenu                 = 108,
    UIX_Notify_Layout_BeginDragItem                   = 109,
    UIX_Notify_Layout_EndDragItem                     = 110,
    UIX_Notify_Layout_NewParents                      = 111,
    UIX_Notify_Layout_Changed                         = 112,
    UIX_Notify_Layout_BeginFullScreen                 = 113,
    UIX_Notify_Layout_PreEndFullScreen                = 114,
    UIX_Notify_Layout_EndFullScreen                   = 115,
    UIX_Notify_Layout_CheckForMakeOnDemand            = 116,
    _UIX_Notify_Layout_Last_                          = 150,
    _UIX_Notify_PropList_First_                       = 151,
    UIX_Notify_PropList_ItemClicked                   = 152,
    UIX_Notify_PropList_ItemDblClicked                = 153,
    UIX_Notify_PropList_ItemKeyDown                   = 154,
    _UIX_Notify_PropList_Last_                        = 200,
    UIX_Notify_CmdCustomized                          = 201,
    UIX_Notify_RangesNavigator_BeforeDeleteRange      = 202,
    UIX_Notify_RangesNavigator_AfterDeleteRange       = 203,
    UIX_Notify_RangesNavigator_BeforeAddNewRange      = 204,
    UIX_Notify_RangesNavigator_AfterAddNewRange       = 205,
    UIX_Notify_RangesNavigator_CannotDeleteFirstRange = 206,
    UIX_Notify_RangeChanged                           = 207,
    UIX_Notify_PropSheetPage_Disable                  = 208,
    _UIX_Notify_End_                                  = 209,
};

Constants

_UIX_Notify_Base_First_
The ...
UIX_Notify_Click
The ...
UIX_Notify_DblClick
The ...
UIX_Notify_Clicked
The ...
UIX_Notify_DblClicked
The ...
UIX_Notify_Changed
The ...
UIX_Notify_SelChanged
The ...
UIX_Notify_SelChanging
The ...
UIX_Notify_InputFocusChanged
The ...
UIX_Notify_BeforeShowPopup
The ...
UIX_Notify_PopupShowed
The ...
UIX_Notify_BeforeHidePopup
The ...
UIX_Notify_PopupClosed
The ...
UIX_Notify_KeyDown
The ...
UIX_Notify_Char
The ...
UIX_Notify_KeyUp
The ...
UIX_Notify_SysKeyDown
The ...
UIX_Notify_SysKeyUp
The ...
UIX_Notify_MouseWheel
The ...
UIX_Notify_Commit
The ...
UIX_Notify_Update
The ...
UIX_Notify_ItemToggled
The ...
UIX_Notify_ItemChecked
The ...
UIX_Notify_ContextMenu
The ...
UIX_Notify_BeginTrack
The ...
UIX_Notify_EndTrack
The ...
UIX_Notify_HotItemChanged
The ...
UIX_Notify_ScrollChanged
The ...
UIX_Notify_MouseEnter
The ...
UIX_Notify_MouseExit
The ...
UIX_Notify_PropSheetPage_Validate
The ...
UIX_Notify_PropSheetPage_BeforeDeactivate
The ...
UIX_Notify_PropSheetPage_Activated
The ...
UIX_Notify_PropSheetPage_Apply
The ...
UIX_Notify_ComboEdit_Changed
The ...
UIX_Notify_ComboEdit_SelChanged
The ...
UIX_Notify_ComboEdit_SelChanging
The ...
UIX_Notify_ExecCmd
The ...
UIX_Notify_CmdLine_Minimized
The ...
UIX_Notify_CmdLine_Expanded
The ...
UIX_Notify_CmdPane_Minimized
The ...
UIX_Notify_CmdPane_Expanded
The ...
UIX_Notify_MenuItemClicked
The ...
UIX_Notify_CmdBar_Expanded
The ...
UIX_Notify_CmdBar_Minimized
The ...
UIX_Notify_RibbonExpanded
The ...
UIX_Notify_RibbonMinimized
The ...
UIX_Notify_RibbonTabActivated
The ...
UIX_Notify_AppMenuVisibilityChanged
The ...
UIX_Notify_RClick
The ...
UIX_Notify_RClicked
The ...
_UIX_Notify_Base_Last_
The ...
_UIX_Notify_Layout_First_
The ...
UIX_Notify_Layout_ItemActivated
The ...
UIX_Notify_Layout_BeforeHideItem
The ...
UIX_Notify_Layout_ItemHidden
The ...
UIX_Notify_Layout_AddNewTabs
The ...
UIX_Notify_Layout_ShowSortedTabs
The ...
UIX_Notify_Layout_ShowTabsThumbs
The ...
UIX_Notify_Layout_ShowContextMenu
The ...
UIX_Notify_Layout_BeginDragItem
The ...
UIX_Notify_Layout_EndDragItem
The ...
UIX_Notify_Layout_NewParents
The ...
UIX_Notify_Layout_Changed
The ...
UIX_Notify_Layout_BeginFullScreen
The ...
UIX_Notify_Layout_PreEndFullScreen
The ...
UIX_Notify_Layout_EndFullScreen
The ...
UIX_Notify_Layout_CheckForMakeOnDemand
The ...
_UIX_Notify_Layout_Last_
The ...
_UIX_Notify_PropList_First_
The ...
UIX_Notify_PropList_ItemClicked
The ...
UIX_Notify_PropList_ItemDblClicked
The ...
UIX_Notify_PropList_ItemKeyDown
The ...
_UIX_Notify_PropList_Last_
The ...
UIX_Notify_CmdCustomized
The ...
UIX_Notify_RangesNavigator_BeforeDeleteRange
The ...
UIX_Notify_RangesNavigator_AfterDeleteRange
The ...
UIX_Notify_RangesNavigator_BeforeAddNewRange
The ...
UIX_Notify_RangesNavigator_AfterAddNewRange
The ...
UIX_Notify_RangesNavigator_CannotDeleteFirstRange
The ...
UIX_Notify_RangeChanged
The ...
UIX_Notify_PropSheetPage_Disable
The ...
_UIX_Notify_End_
The ...