Adorner::BehaviorService Property
.NET Framework (current version)
Gets or sets the BehaviorService associated with the Adorner.
Assembly: System.Design (in System.Design.dll)
public: property BehaviorService^ BehaviorService { BehaviorService^ get(); void set(BehaviorService^ value); }
Property Value
Type: System.Windows.Forms.Design.Behavior::BehaviorService^The BehaviorService associated with the Adorner.
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
Available since 2.0
Show: