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


"

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

"

Public Properties

 NameDescription
public PropertyGraphicsA handle to the graphics object responsible for drawing the text of the tab.  
public PropertyPaintTextDetemines if the internal routines of the control will handle the painting of the text.  
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 PropertyTabRectA rectangle representing the area of the control where the tab was painted.  
public PropertyTextRectA rectangle representing the area calculated for displaying the text in the current tab.  
public PropertyUnderMouseDetermines if the tab being painted is currently under the mouse cursor.  
Top

See Also