UIX_SelMenuItemCmd Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
 
     UIX_SelMenuItemCmd_PageDown    = 7,
 
     UIX_SelMenuItemCmd_PageDown    = 7,
 
     UIX_SelMenuItemCmd_Unsel        = 8,
 
     UIX_SelMenuItemCmd_Unsel        = 8,
 +
    UIX_SelMenuItemCmd_Left        = 9,
 +
    UIX_SelMenuItemCmd_Right        = 10,
 
};
 
};
 
</pre>
 
</pre>
Line 41: Line 43:
 
:The ...
 
:The ...
 
;UIX_SelMenuItemCmd_Unsel
 
;UIX_SelMenuItemCmd_Unsel
 +
:The ...
 +
;UIX_SelMenuItemCmd_Left
 +
:The ...
 +
;UIX_SelMenuItemCmd_Right
 
:The ...
 
:The ...

Revision as of 02:02, 21 August 2019


Specifies the ...

Syntax

enum UIX_SelMenuItemCmd
{
    UIX_SelMenuItemCmd_First        = 0,
    UIX_SelMenuItemCmd_Last         = 1,
    UIX_SelMenuItemCmd_FirstVisible = 2,
    UIX_SelMenuItemCmd_LastVisible  = 3,
    UIX_SelMenuItemCmd_Up           = 4,
    UIX_SelMenuItemCmd_Down         = 5,
    UIX_SelMenuItemCmd_PageUp       = 6,
    UIX_SelMenuItemCmd_PageDown     = 7,
    UIX_SelMenuItemCmd_Unsel        = 8,
    UIX_SelMenuItemCmd_Left         = 9,
    UIX_SelMenuItemCmd_Right        = 10,
};

Constants

UIX_SelMenuItemCmd_First
The ...
UIX_SelMenuItemCmd_Last
The ...
UIX_SelMenuItemCmd_FirstVisible
The ...
UIX_SelMenuItemCmd_LastVisible
The ...
UIX_SelMenuItemCmd_Up
The ...
UIX_SelMenuItemCmd_Down
The ...
UIX_SelMenuItemCmd_PageUp
The ...
UIX_SelMenuItemCmd_PageDown
The ...
UIX_SelMenuItemCmd_Unsel
The ...
UIX_SelMenuItemCmd_Left
The ...
UIX_SelMenuItemCmd_Right
The ...