Langage

TabView.CanReorderTabs Propriété

Définition

Obtient ou définit une valeur qui indique si les onglets du TabStrip peuvent être réorganisé par le biais de l’interaction utilisateur.

public:
 property bool CanReorderTabs { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool CanReorderTabs();

void CanReorderTabs(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool CanReorderTabs();

void CanReorderTabs(bool value);
public bool CanReorderTabs { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool CanReorderTabs { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
var boolean = tabView.canReorderTabs;
tabView.canReorderTabs = boolean;
Public Property CanReorderTabs As Boolean

Valeur de propriété

Boolean

bool

true si les onglets du TabStrip peuvent être réorganisé par le biais de l’interaction utilisateur ; sinon, false. La valeur par défaut est true.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Remarques

Pour plus d’informations, des conseils de conception et des exemples de code, consultez l’affichage Onglet.

S’applique à

Voir aussi