MindFusion WinForms Programmer's Guide
ItemSettings.PointedItemStyle Property
See Also
 





Gets or sets the Style used to paint items when they are pointed with the mouse.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style PointedItemStyle { get; set; }

Visual Basic  Copy Code

Public Property PointedItemStyle As Style

 Property Value

A Style object defining the appearance of schedule items when they are pointed with the mouse. This property cannot be null.

 Remarks

This property is ignored when UseExtendedStyles is set to Disabled.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WinForms Namespace
Style Property
SelectedItemStyle Property
PointedSelectedItemStyle Property
UseExtendedStyles Property