Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Retrieves a value that indicates if a hidden helper is needed by the control.
Syntax
Visual Basic Overridable Protected ReadOnly Property NeedHelper As bool C# protected virtual bool NeedHelper { get; } Managed C++ protected: __property virtual bool get_NeedHelper(); JScript protected function get NeedHelper() : bool;
Possible Values
bNeedHelper One of the following values: falseHidden helper is not needed by this control.trueHidden helper is needed by this control.The property is read-only. The property has no default value.
Property Information
Applies To
BasePostBackControl
See Also