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





Gets or sets a value indicating whether the appropriate styles are used when an item is pointed with the mouse.

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

 Syntax

C#  Copy Code

public State UseExtendedStyles { get; set; }

Visual Basic  Copy Code

Public Property UseExtendedStyles As State

 Property Value

A member of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

If this property is set to Disabled, the pointed styles (that is, PointedItemStyle and PointedSelectedItemStyle) are ignored.

 See Also

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