Show / Hide Table of Contents

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 Source

Page()

Initializes a new instance of the Page class.

Declaration
public Page()

Properties

| Improve this Doc View Source

BackColor

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
| Improve this Doc View Source

Parent

Declaration
public PagedControl Parent { get; }
Property Value
Type Description
PagedControl
| Improve this Doc View Source

Size

Declaration
[Browsable(false)]
public Size Size { get; set; }
Property Value
Type Description
System.Drawing.Size

Methods

| Improve this Doc View Source

CreateControlsInstance()

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)
Back to top Copyright © 2018 Özgür Özçıtak