Search
ItemSettings.getPointedSelectedItemStyle Method
See Also
 






Gets the Style used to paint items when they are pointed with the mouse and selected at the same time.

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

 Syntax

Java  Copy Code

public Style getPointedSelectedItemStyle ()

 Return Value

A Style object defining the appearance of schedule items when they are pointed with the mouse and selected at the same time.

 Remarks

This property is ignored when getUseExtendedStyles is false.

 See Also