NeedHelper Property

Returns true, indicating that a hidden helper is needed by the control.

Syntax

Visual Basic Overrides  Protected  ReadOnly Property NeedHelper As bool
C# protected   override  bool NeedHelper { get; }
Managed C++ protected:  __property bool get_NeedHelper();
JScript protected   override  function get NeedHelper() : bool;

Possible Values

bNeedHelper bool that receives true indicating that a hidden helper is needed by the control.

The property is read-only. The property has no default value.

Remarks

A hidden helper is an input of type="hidden" that is used to store information about the state of the Web page.

Applies To

TABSTRIP, TOOLBAR

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl