Search
ItemSettings.setPointedItemStyle Method
See Also
 






Sets the Style used to paint items when they are pointed with the mouse.

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

 Syntax

Java  Copy Code

public void setPointedItemStyle (
    Style value
)

 Parameters

value

A Style object defining the appearance of schedule items when they are pointed with the mouse.

 Remarks

This property is ignored when getUseExtendedStyles is false.

 See Also