BehaviorService.PushCaptureBehavior(Behavior) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inserisce un oggetto Behavior nello stack di comportamenti e assegna il mouse capture al comportamento.
public:
void PushCaptureBehavior(System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public void PushCaptureBehavior (System.Windows.Forms.Design.Behavior.Behavior behavior);
member this.PushCaptureBehavior : System.Windows.Forms.Design.Behavior.Behavior -> unit
Public Sub PushCaptureBehavior (behavior As Behavior)
Parametri
Eccezioni
behavior
è null
.
Commenti
Il push di un comportamento di acquisizione viene spesso eseguito tramite un'operazione sottoposta a hit test Glyph. Se un comportamento chiama il PushCaptureBehavior metodo e l'acquisizione del mouse viene perso, viene chiamato il metodo del OnLoseCapture comportamento.