Represents a custom command button in the tab bar of the GridWeb control.
For a list of all members of this type, see CustomCommandButton Members.
System.Object
System.Web.UI.Control
Aspose.Grid.Web.CustomCommandButton
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Example
[C#]
CustomCommandButton button = new CustomCommandButton();
button.Command = "MyCommand";
button.ImageUrl = "images/button1.gif";
GridWeb1.CustomCommandButtons.Add(button);
[VB]
Dim button As CustomCommandButton = New CustomCommandButton()
button.Command = "MyCommand"
button.ImageUrl = "images/button1.gif"
GridWeb1.CustomCommandButtons.Add(button)
Requirements
Namespace: Aspose.Grid.Web
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
CustomCommandButton Members | Aspose.Grid.Web Namespace