PropertyContainer.ActiveEditMode Property
Gets or sets the currently displayed edit mode for this container.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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)
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
A PropertyContainerEditMode for this container.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
Remarks
Example edits modes are ExtendedPopup, ExtendedPinned, Inline or Dialog.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace