Search
Item.getPointedStyle Method
See Also
 






Gets the style associated with the item.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public abstract Style getPointedStyle ()

 Return Value

A Style object that defines the appearance of the appointment.

 Remarks

This style is applied to the item when it is pointed with the mouse. This property is ignored and getStyle is used instead of it when ItemSettings.getUseExtendedStyles is set to false.

 See Also