PropertyContainer.ActiveEditMode, propriété
Obtient ou définit le mode d'édition actuellement affiché pour ce conteneur.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
PropertyContainerEditMode pour ce conteneur.
Informations sur les propriétés de dépendance
Champ d'identificateur |
|
Propriétés de métadonnées ayant la valeur true |
Notes
Voici quelques exemples de modes d'édition : ExtendedPopup, ExtendedPinned, Inline ou Dialog.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms
Autres ressources
Extensibilité du Concepteur WPF