The ToolStripDropDownManager type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AddSeparator |
Adds a separator line to the Control (Separator).
(Inherited from AbstractMsgManager.) | |
Equals | (Inherited from Object.) | |
Error |
Displays the specified value in the message container
and its history list, with an error prefix (ErrorPrefix).
(Inherited from AbstractMsgManager.) | |
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.) | |
GetHashCode |
Serves as a hash function for a particular type.
(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.) | |
Message(String) |
Displays the specified value in the message container.
(Inherited from AbstractMsgManager.) | |
Message(String, String) |
Displays the specified value and prefix in the message container.
(Inherited from AbstractMsgManager.) | |
ProcessMessage(String, String) |
Adds a message to the targeted
ToolStripDropDownButton.
(Overrides AbstractMsgManager ProcessMessage(String, String).) | |
ProcessMessage(String, String, String) |
Adds a message to the targeted
ToolStripDropDownButton.
(Overrides AbstractMsgManager ProcessMessage(String, String, String).) | |
ProcessQueuedMessages |
Processes the queued message after queuing is deactivated.
(Overrides AbstractMsgManager ProcessQueuedMessages(List String ).) | |
StartQueuing |
Starts queuing.
(Inherited from AbstractMsgManager.) | |
StopQueuing |
Stops queuing.
(Inherited from AbstractMsgManager.) | |
ToString | (Inherited from Object.) | |
Warning |
Displays the specified value in the message container
and its history list, with a warning prefix (WarningPrefix).
(Inherited from AbstractMsgManager.) |
See Also