Infragistics2.Win.UltraWinTabControl.v8.1
HasActiveAppearance Property
See Also 
Infragistics.Win.UltraWinTabControl Namespace > UltraTab Class : HasActiveAppearance Property

Read-only property that returns true if an UltraTab.ActiveAppearance object has been assigned to the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HasActiveAppearance As Boolean
C# 
public bool HasActiveAppearance {get;}

See Also