dbicMonth Send comments on this topic.
Enabled Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : Enabled Property

Gets or sets a value indicating whether the control can respond to user interaction.

Syntax

Visual Basic (Declaration) 
Public Property Enabled As Boolean
C# 
public bool Enabled {get; set;}

Property Value

true if the control can respond to user interaction; otherwise, false. The default is true.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also