PocketPlanner Programmer's Guide

SelectionStyle Enumeration

See Also

Specifies what type of frame to draw around selected elements.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public enum SelectionStyle

Visual Basic

Public Enumeration SelectionStyle

 Members

  Member name Description

FocusFrame

Draw a focus frame around the selected elements.

None

Do not draw a frame.

Unspecified

Unspecified.

 See Also