| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <DescriptionAttribute("The color of events that need to be ackowledged.")> <CategoryAttribute("Appearance")> Public Property NeedAckColor As Color | |
| C# | |
|---|---|
[DefaultValueAttribute()] [DescriptionAttribute("The color of events that need to be ackowledged.")] [CategoryAttribute("Appearance")] public Color NeedAckColor {get; set;} | |