FilterInfoBar.AddMessage Method
Include Protected Members
Include Inherited Members
Adds a message to the InfoBar with the specified parameters.
Overload List
Name | Description | |
---|---|---|
AddMessage(String) | Adds a message to the information bar with the specified text. | |
AddMessage(String, Boolean) | Adds a message to the information bar, optionally also showing the Filter icon. | |
AddMessage(String, Boolean, Boolean) | Adds a message, optionally also showing the Filter icon and explicitly specifying whether or not to apply HTML encoding to the message text. |
Top