VisualPopupManager Methods |
The VisualPopupManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndAllTracking |
Finish tracking all popups.
|
![]() | EndCurrentTracking |
Finish tracking the current popup.
|
![]() | EndPopupTracking |
Finish tracking from the current back to and including the provided popup.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PreFilterMessage |
Filters out a message before it is dispatched.
|
![]() | ShowContextMenuStrip(ContextMenuStrip, Point) |
Show the provided context strip in a way compatible with any popups.
|
![]() | ShowContextMenuStrip(ContextMenuStrip, Point, EventHandler) |
Show the provided context strip in a way compatible with any popups.
|
![]() | StartTracking |
Start tracking the provided popup.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrackingByType |
Gets the popup that matches the proveded type.
|
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |