Table of Contents
StopToolBarButton Property

Gets or sets a string that specifies a toolbar button to stop the upload in the form of ToolBarID:ButtonCommandName.

Syntax
 public String StopToolBarButton { get; set; }
Remarks

The format should be "ToolBarID:ButtonCommandName". For example, if this property is set to "ToolBar1:Cancel", then it refers to the toolbar item with CommandName set to "Cancel" in toolbar "ToolBar1".

See Also