Version

GetQATItemHeader Method

Returns the header( if any ) else the type of the input QATtool if it is visible. If the item is hidden, returns (Hidden) as the QATtool's header. In all other cases, it returns an empty string. Note: The QATtool's header is always terminated with a new-line (\n) character even if it is an empty string.
Syntax
'Declaration
 
Protected Function GetQATItemHeader( _
   ByVal QATtool As Infragistics.Windows.Ribbon.QatPlaceholderTool, _
   ByVal bItemVisiblity As System.Nullable(Of Boolean) _
) As System.String
protected System.string GetQATItemHeader( 
   Infragistics.Windows.Ribbon.QatPlaceholderTool QATtool,
   System.Nullable<bool> bItemVisiblity
)
protected: System.string* GetQATItemHeader( 
   Infragistics.Windows.Ribbon.QatPlaceholderTool* QATtool,
   System.Nullable<bool> bItemVisiblity
) 

Parameters

QATtool
The input QATtool whose header is required
bItemVisiblity
The visiblity of the QATtool which determines the returned header value

Return Value

Returns the header( if any ) else the type of the input QATtool if it is visible or (Hidden) if it is hidden.
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