PdfWebControlDisableMoreButton Property |
Gets or sets a value indicating whether the "More" button should be disabled and hidden in this
PdfWebControl.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DisableMoreButton { get; set; }
Public Property DisableMoreButton As Boolean
Get
Set
Property Value
Type:
Booleantrue 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
See Also