Class Page
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
Page
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
[Docking(DockingBehavior.Never)]
public class Page : Control, UnsafeNativeMethods.IOleControl, UnsafeNativeMethods.IOleObject, UnsafeNativeMethods.IOleInPlaceObject, UnsafeNativeMethods.IOleInPlaceActiveObject, UnsafeNativeMethods.IOleWindow, UnsafeNativeMethods.IViewObject, UnsafeNativeMethods.IViewObject2, UnsafeNativeMethods.IPersist, UnsafeNativeMethods.IPersistStreamInit, UnsafeNativeMethods.IPersistPropertyBag, UnsafeNativeMethods.IPersistStorage, UnsafeNativeMethods.IQuickActivate, ISupportOleDropSource, IDropTarget, ISynchronizeInvoke, IWin32Window, IArrangedElement, IBindableComponent, IComponent, IDisposable
Constructors
| Improve this Doc View SourcePage()
Initializes a new instance of the Page class.
Declaration
public Page()
Properties
| Improve this Doc View SourceBackColor
Gets or sets the background color for the control.
Declaration
public override Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Overrides
System.Windows.Forms.Control.BackColor
|
Improve this Doc
View Source
Location
Declaration
[Browsable(false)]
public Point Location { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Point |
Parent
Declaration
public PagedControl Parent { get; }
Property Value
Type | Description |
---|---|
PagedControl |
Size
Declaration
[Browsable(false)]
public Size Size { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Size |
Methods
| Improve this Doc View SourceCreateControlsInstance()
Declaration
protected override Control.ControlCollection CreateControlsInstance()
Returns
Type | Description |
---|---|
System.Windows.Forms.Control.ControlCollection |
Overrides
System.Windows.Forms.Control.CreateControlsInstance()
|
Improve this Doc
View Source
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
Overrides
System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)