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

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

Syntax

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

See Also