VisualPopupManager Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class VisualPopupManager : IMessageFilter
The VisualPopupManager type exposes the following members.
Name | Description | |
---|---|---|
CurrentPopup |
Gets the current visual popup being tracked.
| |
IsShowingCMS |
Gets a value indicating if currently showing a context menu strip.
| |
IsTracking |
Gets a value indicating if currently tracking a popup.
| |
Singleton |
Gets access to the single instance of the VisualPopupManager class.
| |
StackedPopups |
Gets the stacked set of popups as an array.
|
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.) |