ControlDesigner::BehaviorService Property

 

Gets the BehaviorService from the design environment.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property BehaviorService^ BehaviorService {
	BehaviorService^ get();
}

Property Value

Type: System.Windows.Forms.Design.Behavior::BehaviorService^

The BehaviorService, or null if the service is unavailable.

.NET Framework
Available since 2.0
Return to top
Show: