Checks if a tab notification is active. When the notification is active the tab header blinks.

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool GetTabIsNotifying(
	ItemsControl tab
)
Visual Basic
Public Function GetTabIsNotifying ( _
	tab As ItemsControl _
) As Boolean
JScript
public function GetTabIsNotifying(
	tab : ItemsControl
) : boolean

Parameters

tab
Type: System.Windows.Controls..::..ItemsControl

Remarks

Only tabs created using the method CreateTab()()()() are supported

See Also