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 命名空間