Class PageControlPage
This class represents a single page of the PageControl control.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.Panel
PageControlPage
Namespace: FastReport.Controls
Assembly: FastReport.dll
Syntax
public class PageControlPage : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Properties
Image
Gets or sets the image associated with this page.
Declaration
public Image Image { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image |
Text
Gets or sets the page caption text.
Declaration
[Browsable(true)]
public override string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Windows.Forms.Panel.Text