Class ToolbarItem
Represents document toolbar items
Inheritance
System.Object
ToolbarItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class ToolbarItem
Constructors
ToolbarItem(PdfViewerControl)
Initializes a new instance of the ToolbarItem of the specified PdfViewerControl.
Declaration
public ToolbarItem(PdfViewerControl control)
Parameters
Type | Name | Description |
---|---|---|
PdfViewerControl | control | The control with which the toolbar item belongs to. |
Properties
IsEnabled
Gets or sets the enable property of items in the document toolbar.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
---|
System.Boolean |
IsVisible
Gets and sets the visibility of items in the document toolbar
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |