| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub AddButton( _ ByVal text As System.String, _ ByVal toolTipText As System.String, _ ByVal image As System.Drawing.Image, _ ByVal imageTransparentColor As System.Drawing.Color, _ ByVal items As System.Collections.Generic.IEnumerable(Of ToolbarItem) _ ) | |
| C# | |
|---|---|
public void AddButton( System.string text, System.string toolTipText, System.Drawing.Image image, System.Drawing.Color imageTransparentColor, System.Collections.Generic.IEnumerable<ToolbarItem> items ) | |
Parameters
- text
- toolTipText
- image
- imageTransparentColor
- items
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2