Sets the style associated with the item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public abstract void setPointedSelectedStyle ( |
An instance of the Style class that defines the appearance of the item.
RemarksThis style is applied to the item when it is pointed with the mouse and selected at the same time. This property is ignored and getSelectedStyle is used instead of it when ItemSettings.getUseExtendedStyles is set to false.
See Also