FlowLayoutPanel.GetFlowBreak(Control) 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 FlowLayoutPanel.
public:
bool GetFlowBreak(System::Windows::Forms::Control ^ control);
public bool GetFlowBreak (System.Windows.Forms.Control control);
member this.GetFlowBreak : System.Windows.Forms.Control -> bool
Public Function GetFlowBreak (control As Control) As Boolean
Paramètres
- control
- Control
Contrôle enfant.
Retours
true
si l'interruption du flux est définie ; sinon, false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.