共用方式為


DateTimeControl.Enabled property

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

Syntax

'Declaration
<BindableAttribute(True)> _
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As DateTimeControl
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
[BindableAttribute(true)]
public bool Enabled { get; set; }

Property value

Type: System.Boolean

See also

Reference

DateTimeControl class

DateTimeControl members

Microsoft.SharePoint.WebControls namespace