EditModeSwitchButton.TargetEditMode Property
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 (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Property TargetEditMode As PropertyContainerEditMode
'Usage
Dim instance As EditModeSwitchButton
Dim value As PropertyContainerEditMode
value = instance.TargetEditMode
instance.TargetEditMode = value
public PropertyContainerEditMode TargetEditMode { get; set; }
public:
property PropertyContainerEditMode TargetEditMode {
PropertyContainerEditMode get ();
void set (PropertyContainerEditMode value);
}
public function get TargetEditMode () : PropertyContainerEditMode
public 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