Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the mode to switch to when this control is clicked. This is a dependency property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property TargetEditMode As PropertyContainerEditMode
Get
Set
public PropertyContainerEditMode TargetEditMode { get; set; }
public:
property PropertyContainerEditMode TargetEditMode {
PropertyContainerEditMode get ();
void set (PropertyContainerEditMode value);
}
member TargetEditMode : PropertyContainerEditMode with get, set
function get TargetEditMode () : PropertyContainerEditMode
function set TargetEditMode (value : PropertyContainerEditMode)
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
A PropertyContainerEditMode object.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
Remarks
Only used when the SyncModeToOwningContainer property is set to false. The default is Inline.
.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