Version

ActivityScrollButtonToolTipDisplayingEventArgs Class Members

The following tables list the members exposed by ActivityScrollButtonToolTipDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorActivityScrollButtonToolTipDisplayingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDirectionReturns the direction in which the button scrolls, i.e., up or down.  
Public PropertyOwnerReturns the Owner associated with the button, or null if the button is not associated with an Owner.  
Public PropertyToolTipInfoReturns or sets the ToolTipInfo structure that contains information about the tooltip about to be displayed. (Inherited from Infragistics.Win.UltraWinSchedule.ToolTipEventArgs)
Public PropertyUIElementReturns the ActivityScrollButtonUIElement instance for which the tooltip is about to be displayed.  
See Also