ControlDesigner.BehaviorService Property

Definition

Gets the BehaviorService from the design environment.

protected:
 property System::Windows::Forms::Design::Behavior::BehaviorService ^ BehaviorService { System::Windows::Forms::Design::Behavior::BehaviorService ^ get(); };
protected System.Windows.Forms.Design.Behavior.BehaviorService BehaviorService { get; }
member this.BehaviorService : System.Windows.Forms.Design.Behavior.BehaviorService
Protected ReadOnly Property BehaviorService As BehaviorService

Property Value

The BehaviorService, or null if the service is unavailable.

Applies to