ModulePage Class
Provides the user-interface (UI) base class for developing an IIS Manager extension.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
Microsoft.Web.Management.Client.Win32.ModulePage
Microsoft.Web.Management.Client.Win32.ModuleDialogPage
Microsoft.Web.Management.Client.Win32.ModuleListPage
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags := SecurityPermissionFlag.UnmanagedCode)> <SecurityPermissionAttribute(SecurityAction.Demand, Flags := SecurityPermissionFlag.UnmanagedCode)> Public MustInherit Class ModulePage Inherits ContainerControl Implements IModulePage, IDisposable
| Name | Description | |
|---|---|---|
![]() | ModulePage() | Initializes a new instance of the ModulePage class. |
| Name | Description | |
|---|---|---|
![]() | AccessibilityObject | (Inherited from Control.) |
![]() | AccessibleDefaultActionDescription | (Inherited from Control.) |
![]() | AccessibleDescription | (Inherited from Control.) |
![]() | AccessibleName | (Inherited from Control.) |
![]() | AccessibleRole | (Inherited from Control.) |
![]() | ActiveControl | (Inherited from ContainerControl.) |
![]() | AllowDrop | (Inherited from Control.) |
![]() | Anchor | (Inherited from Control.) |
![]() | AutoScaleDimensions | (Inherited from ContainerControl.) |
![]() | AutoScaleFactor | (Inherited from ContainerControl.) |
![]() | AutoScaleMode | (Inherited from ContainerControl.) |
![]() | AutoScroll | (Inherited from ScrollableControl.) |
![]() | AutoScrollMargin | (Inherited from ScrollableControl.) |
![]() | AutoScrollMinSize | (Inherited from ScrollableControl.) |
![]() | AutoScrollOffset | (Inherited from Control.) |
![]() | AutoScrollPosition | (Inherited from ScrollableControl.) |
![]() | BackColor | (Inherited from Control.) |
![]() | BackgroundImage | (Inherited from Control.) |
![]() | BackgroundImageLayout | (Inherited from Control.) |
![]() | BindingContext | (Inherited from ContainerControl.) |
![]() | Bottom | (Inherited from Control.) |
![]() | Bounds | (Inherited from Control.) |
![]() | CanFocus | (Inherited from Control.) |
![]() | CanRaiseEvents | (Inherited from Control.) |
![]() | CanRefresh | Gets a value indicating whether the page supports refreshing. |
![]() | CanSelect | (Inherited from Control.) |
![]() | Capture | (Inherited from Control.) |
![]() | CausesValidation | (Inherited from Control.) |
![]() | ClientRectangle | (Inherited from Control.) |
![]() | ClientSize | (Inherited from Control.) |
![]() | CompanyName | (Inherited from Control.) |
![]() | Connection | Gets the associated connection. |
![]() | Container | (Inherited from Component.) |
![]() | ContainsFocus | (Inherited from Control.) |
![]() | ContextMenu | (Inherited from Control.) |
![]() | ContextMenuStrip | Gets or sets the shortcut menu for the page.(Overrides Control.ContextMenuStrip.) |
![]() | Controls | (Inherited from Control.) |
![]() | Created | (Inherited from Control.) |
![]() | CreateParams | Gets creation parameters for the page.(Overrides ContainerControl.CreateParams.) |
![]() | CurrentAutoScaleDimensions | (Inherited from ContainerControl.) |
![]() | Cursor | (Inherited from Control.) |
![]() | DataBindings | (Inherited from Control.) |
![]() | DefaultCursor | (Inherited from Control.) |
![]() | DefaultImeMode | (Inherited from Control.) |
![]() | DefaultMargin | (Inherited from Control.) |
![]() | DefaultMaximumSize | (Inherited from Control.) |
![]() | DefaultMinimumSize | (Inherited from Control.) |
![]() | DefaultPadding | (Inherited from Control.) |
![]() | DefaultSize | (Inherited from Control.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | DisplayRectangle | (Inherited from ScrollableControl.) |
![]() | Disposing | (Inherited from Control.) |
![]() | Dock | (Inherited from Control.) |
![]() | DoubleBuffered | (Inherited from Control.) |
![]() | Enabled | (Inherited from Control.) |
![]() | Events | (Inherited from Component.) |
![]() | Focused | (Inherited from Control.) |
![]() | Font | (Inherited from Control.) |
![]() | FontHeight | (Inherited from Control.) |
![]() | ForeColor | (Inherited from Control.) |
![]() | Handle | (Inherited from Control.) |
![]() | HasChanges | Gets a value indicating whether the ModulePage object has changes. |
![]() | HasChildren | (Inherited from Control.) |
![]() | Height | (Inherited from Control.) |
![]() | HorizontalScroll | (Inherited from ScrollableControl.) |
![]() | HScroll | (Inherited from ScrollableControl.) |
![]() | ImeMode | (Inherited from Control.) |
![]() | InProgress | Gets a value indicating whether the progress bar has been started. |
![]() | InvokeRequired | (Inherited from Control.) |
![]() | IsAccessible | (Inherited from Control.) |
![]() | IsDisposed | (Inherited from Control.) |
![]() | IsHandleCreated | (Inherited from Control.) |
![]() | IsMirrored | (Inherited from Control.) |
![]() | LayoutEngine | (Inherited from Control.) |
![]() | Left | (Inherited from Control.) |
![]() | Location | (Inherited from Control.) |
![]() | Margin | Gets the default padding. |
![]() | MaximumSize | (Inherited from Control.) |
![]() | MinimumSize | (Inherited from Control.) |
![]() | Module | Gets the module for the page. |
![]() | Name | (Inherited from Control.) |
![]() | Padding | (Inherited from Control.) |
![]() | PageInfo | Gets the Microsoft.Web.Management.Client.ModulePageInfo object for the page. |
![]() | Parent | (Inherited from Control.) |
![]() | ParentForm | (Inherited from ContainerControl.) |
![]() | PreferenceKey | Gets the identifier that is used in the preference store. |
![]() | PreferredSize | (Inherited from Control.) |
![]() | ProductName | (Inherited from Control.) |
![]() | ProductVersion | (Inherited from Control.) |
![]() | ReadOnly | Gets the current delegation mode for the page. |
![]() | ReadOnlyDescription | Gets the description that is used when the delegation state is SimpleDelegatedModuleProvider.ReadOnlyDelegationState. |
![]() | RecreatingHandle | (Inherited from Control.) |
![]() | Region | (Inherited from Control.) |
![]() | RenderRightToLeft | (Inherited from Control.) |
![]() | ResizeRedraw | (Inherited from Control.) |
![]() | Right | (Inherited from Control.) |
![]() | RightToLeft | (Inherited from Control.) |
![]() | RightToLeftLayout | Gets or sets a value indicating whether right-to-left mirror placement is turned on. |
![]() | ScaleChildren | (Inherited from Control.) |
![]() | ScopeStatusSummary | Gets additional information to show in the status bar. |
![]() | ServiceProvider | Gets the service provider for the Microsoft.Web.Management.Client.Module object. |
![]() | ShowFocusCues | (Inherited from Control.) |
![]() | ShowKeyboardCues | (Inherited from Control.) |
![]() | Site | (Inherited from Control.) |
![]() | Size | (Inherited from Control.) |
![]() | TabIndex | (Inherited from Control.) |
![]() | TabStop | (Inherited from Control.) |
![]() | Tag | (Inherited from Control.) |
![]() | Tasks | Gets the list of tasks for the page. |
![]() | Text | (Inherited from Control.) |
![]() | Top | (Inherited from Control.) |
![]() | TopLevelControl | (Inherited from Control.) |
![]() | UseWaitCursor | (Inherited from Control.) |
![]() | VerticalScroll | (Inherited from ScrollableControl.) |
![]() | Visible | (Inherited from Control.) |
![]() | VScroll | (Inherited from ScrollableControl.) |
![]() | Width | (Inherited from Control.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IModulePage.Initialize(Module, ModulePageInfo, Object) | Initializes the ModulePage object. |
![]() ![]() | IModulePage.OnActivated(Boolean) | Indicates that the page has been activated. |
![]() ![]() | IModulePage.OnDeactivating(CancelEventArgs) | Calls the ModulePage.OnDeactivating method. |
![]() ![]() | IModulePage.Refresh() | Calls the ModulePage.Refresh method. |
![]() ![]() | IModulePage.ShowHelp() | Calls the ModulePage.ShowHelp method. |
![]() ![]() | IDisposable.Dispose() | Calls the Dispose(Boolean) method. |
![]() ![]() | IContainerControl.ActivateControl(Control) | (Inherited from ContainerControl.) |
![]() ![]() | IDropTarget.OnDragDrop(DragEventArgs) | (Inherited from Control.) |
![]() ![]() | IDropTarget.OnDragEnter(DragEventArgs) | (Inherited from Control.) |
![]() ![]() | IDropTarget.OnDragLeave(EventArgs) | (Inherited from Control.) |
![]() ![]() | IDropTarget.OnDragOver(DragEventArgs) | (Inherited from Control.) |
![]() ![]() | IModulePage.CanRefresh | |
![]() ![]() | IModulePage.HasChanges | |
![]() ![]() | IModulePage.PageInfo | |
![]() ![]() | IModulePage.Tasks |
The ModulePage class offers only basic UI services. The Microsoft.Web.Management.Client.Win32.ModuleDialogPage, Microsoft.Web.Management.Client.Win32.ModulePropertiesPage, and Microsoft.Web.Management.Client.Win32.ModuleListPage classes derive from ModulePage and offer more functionality.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.








