PropertyContainerEditMode Enum

Definition

Contains the different edit modes of a PropertyContainerEditMode.

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

Fields

Dialog 3

Edit mode of the property inspector dialog window, which enables the implementation of a pop-up window to contain the property editor.

ExtendedPinned 2

Editor mode of the property inspector dialog window, which enables the implementation of an additional user interface pinned into place within the property inspector window.

ExtendedPopup 1

Editor mode of the property inspector dialog window, which enables the implementation of an additional user interface displayed on top of the property inspector window.

Inline 0

Inline editor mode of the property inspector dialog window, which enables the editing of values directly into that window.

Applies to