Click or drag to resize

PdfWebControlLiteDisableMoreButton Property

Gets or sets a value indicating whether the "More" button should be disabled and hidden in this PdfWebControlLite.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DisableMoreButton { get; set; }

Property Value

Type: Boolean
true the "More" button will not be shown and all tools will be shown in each tab; otherwise false and the "More" button will be shown if there are more than 6 tools on a tab. The default is false.
Remarks

This property has no effect if CollapseTools is true.

See Also