Version 20.1 (latest)

ICellActionManager Interface Properties

For a list of all members of this type, see ICellActionManager members.

Public Properties
 NameDescription
 PropertyIsClickActionDesiredGets if the click action is desired to be reported.  
 PropertyIsControlPressedGets or sets if the Control key is pressed.  
 PropertyIsDragGets if a drag operation is currently underway.  
 PropertyIsHoverActionDesiredGets if the hover action is desired to be reported.  
 PropertyIsLeaveActionDesiredGets if the mouse leave action is desired to be reported.  
 PropertyIsMouseDownGets if the mouse is currently down.  
 PropertyIsPointerDownActionDesiredGets if the pointer down action is desired to be reported.  
 PropertyIsPointerUpActionDesiredGets if the pointer up action is desired to be reported.  
 PropertyIsPreviewPointerDownActionDesiredGets if the preview pointer down action is desired to be reported.  
 PropertyIsPreviewPointerUpActionDesiredGets if the preview pointer up action is desired to be reported.  
 PropertyIsShiftPressedGets or sets if the Shift key is pressed.  
 PropertyMousePositionGets the current down mouse position.  
See Also