Version

GetHeaderCheckedState Method

Get the value of the CheckBox displayed at the specified column header
Syntax
'Declaration
 
Public Function GetHeaderCheckedState( _
   ByVal header As Rational.Test.Ft.Script.ColumnHeader _
) As String
public string GetHeaderCheckedState( 
   Rational.Test.Ft.Script.ColumnHeader header
)

Parameters

header
The ColumnHeader Subitem to get the CheckBox State for. ColumnHeader Subitem is passed in this format AtColumnHeader(AtList(AtRow(...), AtColumn(...)))

Return Value

The State of the checkbox as string (Indeterminate, Checked, or Unchecked )
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also