Search
SelectionStyle Enumeration
See Also
 






Specifies what type of frame to draw around selected elements.

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

 Syntax

Java  Copy Code

public enum SelectionStyle

 Members

  Member name Description

FocusFrame

Draw a focus frame around the selected elements.

None

Do not draw a frame.

 See Also