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


"

The following tables list the members exposed by UserDrawnTabTextEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnTabTextEventArgs ConstructorCreates a new instance of the UserDrawnTabTextEventArgs Class  
Top

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