MindFusion WinForms Programmer's Guide
Appointment.PointedSelectedStyle Property
See Also
 





Gets or sets the style associated with this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override Style PointedSelectedStyle { get; set; }

Visual Basic  Copy Code

Public Overrides Property PointedSelectedStyle As Style

 Property Value

An instance of the Style class that defines the appearance of the item.

 Remarks

This style is applied to the appointment when it is pointed with the mouse and selected at the same time. This property is ignored and SelectedStyle is used instead of it when UseExtendedStyles is set to Disabled. To read more about how this property affects items appearance, refer to the Customizing the Appearance of Items topic.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace
Style Property
SelectedStyle Property
PointedStyle Property