Version

EditHeader(HeaderUIElement) Method

Puts the specified header into edit mode so that the user can edit the header caption.
Syntax
'Declaration
 
Public Overloads Function EditHeader( _
   ByVal headerUIElement As HeaderUIElement _
) As Boolean
public bool EditHeader( 
   HeaderUIElement headerUIElement
)

Parameters

headerUIElement
The header UIElement to enter edit mode.

Return Value

True if the header successfully entered edit mode; otherwise false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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