RichTextField.HiddenInput Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overridable ReadOnly Property HiddenInput As HtmlInputHidden
    Get
'Usage
Dim instance As RichTextField
Dim value As HtmlInputHidden

value = instance.HiddenInput
public virtual HtmlInputHidden HiddenInput { get; }

Property Value

Type: System.Web.UI.HtmlControls.HtmlInputHidden
Returns HtmlInputHidden.

See Also

Reference

RichTextField Class

RichTextField Members

Microsoft.SharePoint.WebControls Namespace