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


"

The following tables list the members exposed by UserDrawnTabEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnTabEventArgs ConstructorCreates a new instance of the UserDrawnTabEventArgs Class  
Top

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