Table of Contents
HideDisabledToolBarButton Property

Gets or sets a boolean indicating whether AJAXUploader automatically hides a disabled toolbar item.

Syntax
 public Boolean HideDisabledToolBarButton { get; set; }
Remarks

Any any given time, either StartToolBarButton or StopToolBarButton is enabled. The other one is disabled. Set this property to true to hide the disabled button.

See Also