The ToolStripDropDownManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ToolStripDropDownManager(ToolStripDropDownButton) |
Initializes a new instance of
the ToolStripDropDownManager class
using no category value.
| |
| ToolStripDropDownManager(ToolStripDropDownButton, Control) |
Initializes a new instance of
the ToolStripDropDownManager class
using a | |
| ToolStripDropDownManager(ToolStripDropDownButton, ToolStripItem) |
Initializes a new instance of
the ToolStripDropDownManager class
using a |
Methods
| Name | Description | |
|---|---|---|
| AddSeparator |
Adds a separator line to the Control (Separator).
(Inherited from AbstractMsgManager.) | |
| (Inherited from | ||
| Error |
Displays the specified value in the message container
and its history list, with an error prefix (ErrorPrefix).
(Inherited from AbstractMsgManager.) | |
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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
(Overrides AbstractMsgManager ProcessMessage(String, String).) | |
| ProcessMessage(String, String, String) |
Adds a message to the targeted
(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.) | |
| (Inherited from | ||
| Warning |
Displays the specified value in the message container
and its history list, with a warning prefix (WarningPrefix).
(Inherited from AbstractMsgManager.) |
Properties
| Name | Description | |
|---|---|---|
| ErrorPrefix |
Gets or sets the error prefix.
(Inherited from AbstractMsgManager.) | |
| MaxLength |
Gets or sets the maximum length of a message.
(Inherited from AbstractMsgManager.) | |
| MsgDropDownLimit |
Gets or sets the limit for the drop down list of the control.
| |
| Refresher |
Provides a hook for subclasses to refresh the
calling Form's display.
Note that defining this is optional in the abstract class;
it may or may not be required in an instantiated subclass.
(Inherited from AbstractMsgManager.) | |
| Separator |
Gets or sets the separator string.
(Inherited from AbstractMsgManager.) | |
| WarningPrefix |
Gets or sets the warning prefix.
(Inherited from AbstractMsgManager.) |
See Also