FlowLayoutSettings.GetFlowBreak(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui représente le paramètre d'interruption du flux du contrôle.
public:
bool GetFlowBreak(System::Object ^ child);
public bool GetFlowBreak (object child);
member this.GetFlowBreak : obj -> bool
Public Function GetFlowBreak (child As Object) As Boolean
Paramètres
- child
- Object
Contrôle enfant.
Retours
true
si l'interruption du flux est définie ; sinon, false
.