BehaviorService Members
.NET Framework 3.0
Manages user interface in the designer. This class cannot be inherited.
The following tables list the members exposed by the BehaviorService type.
| Name | Description | |
|---|---|---|
| Adorners | Gets the BehaviorServiceAdornerCollection. |
| AdornerWindowGraphics | Gets the Graphics for the adorner window. |
| CurrentBehavior | Gets the Behavior at the top of the behavior stack without removing it. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AdornerWindowPointToScreen | Translates a Point in the adorner window to screen coordinates. |
| AdornerWindowToScreen | Gets the location of the adorner window in screen coordinates. |
| ControlRectInAdornerWindow | Returns the bounding Rectangle of a Control. |
| ControlToAdornerWindow | Returns the location of a Control translated to adorner window coordinates. |
| Dispose | Releases all resources used by the BehaviorService. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetNextBehavior | Returns the Behavior immediately after the given Behavior in the behavior stack. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Invalidate | Overloaded. Invalidates the adorner window of the BehaviorService. |
| MapAdornerWindowPoint | Converts a point in a handle's coordinate system to the adorner window coordinates. |
| PopBehavior | Removes and returns the Behavior at the top of the stack. |
| PushBehavior | Pushes a Behavior onto the behavior stack. |
| PushCaptureBehavior | Pushes a Behavior onto the behavior stack and assigns mouse capture to the behavior. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ScreenToAdornerWindow | Translates a point in screen coordinates into the adorner window coordinates of the BehaviorService. |
| SyncSelection | Synchronizes all selection glyphs. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| BeginDrag | Occurs when the BehaviorService starts a drag-and-drop operation. |
| EndDrag | Occurs when the BehaviorService completes a drag operation. |
| Synchronize | Occurs when the current selection should be refreshed. |