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.