InputFormCheckBox.ToggleChildren Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ToggleChildren As Boolean
Get
Set
'Usage
Dim instance As InputFormCheckBox
Dim value As Boolean
value = instance.ToggleChildren
instance.ToggleChildren = value
public bool ToggleChildren { get; set; }
Property Value
Type: System.Boolean