ToolStripDropDownManager PropertiesCleanCode C# Libraries v1.2.03 API
The ToolStripDropDownManager type exposes the following members.
Properties

  NameDescription
Public propertyErrorPrefix
Gets or sets the error prefix.
(Inherited from AbstractMsgManager.)
Public propertyMaxLength
Gets or sets the maximum length of a message.
(Inherited from AbstractMsgManager.)
Public propertyMsgDropDownLimit
Gets or sets the limit for the drop down list of the control.
Public propertyRefresher
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.)
Public propertySeparator
Gets or sets the separator string.
(Inherited from AbstractMsgManager.)
Public propertyWarningPrefix
Gets or sets the warning prefix.
(Inherited from AbstractMsgManager.)
Back to Top
See Also