Version

TabMouseEventArgs class Members

The following tables list the members exposed by TabMouseEventArgs.

Public Constructors
 NameDescription
Public ConstructorTabMouseEventArgs Constructor  
Public Properties
 NameDescription
Public PropertyscrollButtonIndexGets index of scroll button involved in mouse event. Possible values: 0 - right or top scroll button, 1 - left or bottom scroll button, -1 - it is event over tab item or add-new-tab button.Index of scroll button.  
Public PropertytabIndexGets index of tab item involved in mouse event as integer. If returned value is -1, then it is event over scroll buttons or add-new-tab button.Index of tab item.  
Public Methods
 NameDescription
Public MethodisAddNewTabButtonReturn true if it is event over add-new-tab button.  
Public MethodisCloseButtonReturns true if it is event over close button in tab item.  
See Also