CueBanner.SetCueBanner Method
Include Protected Members
Include Inherited Members
Sets the value of the CueBanner class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetCueBanner(ComboBox, String) | Defines a method that checks the ComboBox control to call the correct method. | |
SetCueBanner(TextBoxBase, String) | Defines the cue banner text for the specified text box. | |
SetCueBanner(ToolStripComboBox, String) | Defines the cue banner text for the specified ToolStripComboBox. | |
SetCueBanner(ToolStripTextBox, String) | Defines the cue banner text for the specified ToolStripTextBox. |
Top