Adorner::BehaviorService Property

 

Gets or sets the BehaviorService associated with the Adorner.

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

public:
property BehaviorService^ BehaviorService {
	BehaviorService^ get();
	void set(BehaviorService^ value);
}

When an Adorner is added to the BehaviorServiceAdornerCollection of the BehaviorService, the collection sets this property so that the Adorner can call back to the BehaviorService.

.NET Framework
Available since 2.0
Return to top
Show: