UIX_EventCodes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum UIX_EventCodes
 
<pre class="brush:cpp;gutter:false">enum UIX_EventCodes
 
{
 
{
     e_First                = 6456;
+
     e_First                = 6456,
     e_BeforeDestroy        = 6457;
+
     e_BeforeDestroy        = 6457,
     e_Last                  = 6458;
+
     e_Last                  = 6458,
     e_MouseEnter            = 6459;
+
     e_MouseEnter            = 6459,
     e_MouseExit            = 6460;
+
     e_MouseExit            = 6460,
     e_MouseCaptureGained    = 6461;
+
     e_MouseCaptureGained    = 6461,
     e_MouseCaptureLost      = 6462;
+
     e_MouseCaptureLost      = 6462,
     e_InputFocusGained      = 6463;
+
     e_InputFocusGained      = 6463,
     e_InputFocusLost        = 6464;
+
     e_InputFocusLost        = 6464,
     e_PositionChanged      = 6465;
+
     e_PositionChanged      = 6465,
     e_StyleChanging        = 6466;
+
     e_StyleChanging        = 6466,
     e_StyleChanged          = 6467;
+
     e_StyleChanged          = 6467,
     e_Render                = 6468;
+
     e_Render                = 6468,
     e_PostRender            = 6469;
+
     e_PostRender            = 6469,
     e_HitTest              = 6470;
+
     e_HitTest              = 6470,
     e_ThemeChanged          = 6471;
+
     e_ThemeChanged          = 6471,
     e_Visible              = 6472;
+
     e_Visible              = 6472,
     e_Enabled              = 6473;
+
     e_Enabled              = 6473,
     e_VisibleCondition      = 6474;
+
     e_VisibleCondition      = 6474,
     e_EnableCondition      = 6475;
+
     e_EnableCondition      = 6475,
     e_Command              = 6476;
+
     e_Command              = 6476,
     e_Scroll                = 6477;
+
     e_Scroll                = 6477,
     e_ScrollChanged        = 6478;
+
     e_ScrollChanged        = 6478,
     e_GetScrollTarget      = 6479;
+
     e_GetScrollTarget      = 6479,
     e_Animation            = 6480;
+
     e_Animation            = 6480,
     e_Timer                = 6481;
+
     e_Timer                = 6481,
     e_Notify                = 6482;
+
     e_Notify                = 6482,
     e_GetPopupSize          = 6483;
+
     e_GetPopupSize          = 6483,
     e_GetSize              = 6484;
+
     e_GetSize              = 6484,
     e_ChildRemoved          = 6485;
+
     e_ChildRemoved          = 6485,
     e_AllChildrenRemoved    = 6486;
+
     e_AllChildrenRemoved    = 6486,
     e_SetFont              = 6487;
+
     e_SetFont              = 6487,
     e_GetFont              = 6488;
+
     e_GetFont              = 6488,
     e_FontChanged          = 6489;
+
     e_FontChanged          = 6489,
     e_InitDialog            = 6490;
+
     e_InitDialog            = 6490,
     e_SpellCheckerChanged  = 6491;
+
     e_SpellCheckerChanged  = 6491,
     e_GetPaneMargins        = 6492;
+
     e_GetPaneMargins        = 6492,
     e_GetPaneThumbnail      = 6493;
+
     e_GetPaneThumbnail      = 6493,
     e_GetPaneSaveData      = 6494;
+
     e_GetPaneSaveData      = 6494,
     e_GetObj                = 6495;
+
     e_GetObj                = 6495,
     e_GetTouchService      = 6496;
+
     e_GetTouchService      = 6496,
     e_Gesture              = 6497;
+
     e_Gesture              = 6497,
     e_TouchBegin            = 6498;
+
     e_TouchBegin            = 6498,
     e_TouchEnd              = 6499;
+
     e_TouchEnd              = 6499,
     e_LanguageChanged      = 6500;
+
     e_LanguageChanged      = 6500,
     e_BeginModal            = 6501;
+
     e_BeginModal            = 6501,
     e_ShowModal            = 6502;
+
     e_ShowModal            = 6502,
     e_PreEndModal          = 6503;
+
     e_PreEndModal          = 6503,
     e_EndModal              = 6504;
+
     e_EndModal              = 6504,
     e_SetText              = 6505;
+
     e_SetText              = 6505,
     e_GetText              = 6506;
+
     e_GetText              = 6506,
     e_ContextHelp          = 6507;
+
     e_ContextHelp          = 6507,
     e_BeforeShowNestedModal = 6508;
+
     e_BeforeShowNestedModal = 6508,
     e_ShowKeyboardCues      = 6509;
+
     e_ShowKeyboardCues      = 6509,
     e_Custom                = 6510;
+
     e_Custom                = 6510,
     e_QueryDropTarget      = 6511;
+
     e_QueryDropTarget      = 6511,
     e_Zoom                  = 6512;
+
     e_Zoom                  = 6512,
     e_Rotate                = 6513;
+
     e_Rotate                = 6513,
     e_ShowFloats            = 6514;
+
     e_ShowFloats            = 6514,
     e_SelMenuItem          = 6515;
+
     e_SelMenuItem          = 6515,
     e_PrintClient          = 6516;
+
     e_PrintClient          = 6516,
     e_SetReadOnly          = 6517;
+
     e_SetReadOnly          = 6517,
     e_Drop                  = 6518;
+
     e_Drop                  = 6518,
     e_PostThemeChanged      = 6519;
+
     e_PostThemeChanged      = 6519,
     _UIX_EventCodes_End_    = 6520;
+
     _UIX_EventCodes_End_    = 6520,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:11, 8 May 2015


Specifies the ...

Syntax

enum UIX_EventCodes
{
    e_First                 = 6456,
    e_BeforeDestroy         = 6457,
    e_Last                  = 6458,
    e_MouseEnter            = 6459,
    e_MouseExit             = 6460,
    e_MouseCaptureGained    = 6461,
    e_MouseCaptureLost      = 6462,
    e_InputFocusGained      = 6463,
    e_InputFocusLost        = 6464,
    e_PositionChanged       = 6465,
    e_StyleChanging         = 6466,
    e_StyleChanged          = 6467,
    e_Render                = 6468,
    e_PostRender            = 6469,
    e_HitTest               = 6470,
    e_ThemeChanged          = 6471,
    e_Visible               = 6472,
    e_Enabled               = 6473,
    e_VisibleCondition      = 6474,
    e_EnableCondition       = 6475,
    e_Command               = 6476,
    e_Scroll                = 6477,
    e_ScrollChanged         = 6478,
    e_GetScrollTarget       = 6479,
    e_Animation             = 6480,
    e_Timer                 = 6481,
    e_Notify                = 6482,
    e_GetPopupSize          = 6483,
    e_GetSize               = 6484,
    e_ChildRemoved          = 6485,
    e_AllChildrenRemoved    = 6486,
    e_SetFont               = 6487,
    e_GetFont               = 6488,
    e_FontChanged           = 6489,
    e_InitDialog            = 6490,
    e_SpellCheckerChanged   = 6491,
    e_GetPaneMargins        = 6492,
    e_GetPaneThumbnail      = 6493,
    e_GetPaneSaveData       = 6494,
    e_GetObj                = 6495,
    e_GetTouchService       = 6496,
    e_Gesture               = 6497,
    e_TouchBegin            = 6498,
    e_TouchEnd              = 6499,
    e_LanguageChanged       = 6500,
    e_BeginModal            = 6501,
    e_ShowModal             = 6502,
    e_PreEndModal           = 6503,
    e_EndModal              = 6504,
    e_SetText               = 6505,
    e_GetText               = 6506,
    e_ContextHelp           = 6507,
    e_BeforeShowNestedModal = 6508,
    e_ShowKeyboardCues      = 6509,
    e_Custom                = 6510,
    e_QueryDropTarget       = 6511,
    e_Zoom                  = 6512,
    e_Rotate                = 6513,
    e_ShowFloats            = 6514,
    e_SelMenuItem           = 6515,
    e_PrintClient           = 6516,
    e_SetReadOnly           = 6517,
    e_Drop                  = 6518,
    e_PostThemeChanged      = 6519,
    _UIX_EventCodes_End_    = 6520,
};

Constants

e_First
The ...
e_BeforeDestroy
The ...
e_Last
The ...
e_MouseEnter
The ...
e_MouseExit
The ...
e_MouseCaptureGained
The ...
e_MouseCaptureLost
The ...
e_InputFocusGained
The ...
e_InputFocusLost
The ...
e_PositionChanged
The ...
e_StyleChanging
The ...
e_StyleChanged
The ...
e_Render
The ...
e_PostRender
The ...
e_HitTest
The ...
e_ThemeChanged
The ...
e_Visible
The ...
e_Enabled
The ...
e_VisibleCondition
The ...
e_EnableCondition
The ...
e_Command
The ...
e_Scroll
The ...
e_ScrollChanged
The ...
e_GetScrollTarget
The ...
e_Animation
The ...
e_Timer
The ...
e_Notify
The ...
e_GetPopupSize
The ...
e_GetSize
The ...
e_ChildRemoved
The ...
e_AllChildrenRemoved
The ...
e_SetFont
The ...
e_GetFont
The ...
e_FontChanged
The ...
e_InitDialog
The ...
e_SpellCheckerChanged
The ...
e_GetPaneMargins
The ...
e_GetPaneThumbnail
The ...
e_GetPaneSaveData
The ...
e_GetObj
The ...
e_GetTouchService
The ...
e_Gesture
The ...
e_TouchBegin
The ...
e_TouchEnd
The ...
e_LanguageChanged
The ...
e_BeginModal
The ...
e_ShowModal
The ...
e_PreEndModal
The ...
e_EndModal
The ...
e_SetText
The ...
e_GetText
The ...
e_ContextHelp
The ...
e_BeforeShowNestedModal
The ...
e_ShowKeyboardCues
The ...
e_Custom
The ...
e_QueryDropTarget
The ...
e_Zoom
The ...
e_Rotate
The ...
e_ShowFloats
The ...
e_SelMenuItem
The ...
e_PrintClient
The ...
e_SetReadOnly
The ...
e_Drop
The ...
e_PostThemeChanged
The ...
_UIX_EventCodes_End_
The ...

See Also

See also ...