dbicTabs Send comments on this topic.
UserDrawnTabEventArgs Class Properties
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : UserDrawnTabEventArgs Class


"

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

"

Public Properties

 NameDescription
public PropertyGraphicsA handle to the graphics object responsible for drawing the tab.  
public PropertyRectA rectangle representing the area of the tab being painted in the control.  
public PropertySelectedDetermines if this is the currently selected tab.  
public PropertyTabIndexReturns the 0-based index of the tab being painted.  
public PropertyTabPageReturns the TabPage currently being painted.  
public PropertyUnderMouseDetermines if the tab being painted is currently under the mouse cursor.  
Top

See Also