ContentDesignerState Enum

Definition

Enumerates the possible settings for the state of a ContentDesigner control at design time.

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

Fields

ShowDefaultContent 0

The associated control displays the default content.

ShowUserContent 1

The associated control displays the user content.

Applies to

See also