CollapsibleDisplayMode Enum

Definition

Represents the available display modes of the document map and the parameter prompt area. This enumeration is referenced by the DocumentMapMode and PromptAreaMode properties.

public enum class CollapsibleDisplayMode
public enum CollapsibleDisplayMode
type CollapsibleDisplayMode = 
Public Enum CollapsibleDisplayMode
Inheritance
CollapsibleDisplayMode

Fields

Collapsed 1

Collapse the document map or the parameter prompt area.

Displayed 0

Display the document map or the parameter prompt area.

Hidden 2

Hide the document map or the parameter prompt area.

Applies to