ContentDesignerState 枚举
定义
枚举 ContentDesigner 控件的状态在设计时的可能设置。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
- 继承
字段
ShowDefaultContent | 0 | 关联控件显示默认内容。The associated control displays the default content. |
ShowUserContent | 1 | 关联控件显示用户内容。The associated control displays the user content. |