RichTextField.HiddenInput property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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