PropertyContainer.ActiveEditMode 属性
获取或设置此容器当前显示的编辑模式。
命名空间: Microsoft.Windows.Design.PropertyEditing
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public Property ActiveEditMode As PropertyContainerEditMode
Get
Set
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
PropertyContainerEditMode get ();
void set (PropertyContainerEditMode value);
}
member ActiveEditMode : PropertyContainerEditMode with get, set
function get ActiveEditMode () : PropertyContainerEditMode
function set ActiveEditMode (value : PropertyContainerEditMode)
属性值
类型:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
此容器的 PropertyContainerEditMode。
依赖项属性信息
标识符字段 |
|
设置为 true 的元数据属性 |
备注
例如,ExtendedPopup、ExtendedPinned、Inline 或 Dialog 都是编辑模式。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Windows.Design.PropertyEditing 命名空间