PropertyContainer.ActiveEditMode Property
Gets or sets the currently displayed edit mode for this container. This is a dependency property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
'Declaration
Public Property ActiveEditMode As PropertyContainerEditMode
'Usage
Dim instance As PropertyContainer
Dim value As PropertyContainerEditMode
value = instance.ActiveEditMode
instance.ActiveEditMode = value
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
PropertyContainerEditMode get ();
void set (PropertyContainerEditMode value);
}
public function get ActiveEditMode () : PropertyContainerEditMode
public function set ActiveEditMode (value : PropertyContainerEditMode)
Type: Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
A PropertyContainerEditMode for this container.
Identifier field |
|
Metadata properties set to true |
Example edits modes are ExtendedPopup, ExtendedPinned, Inline or Dialog.
- 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.